From 216cd1a89f6700adf6a3c5a1118238721a630fa7 Mon Sep 17 00:00:00 2001 From: Google PR Creation Bot Date: Wed, 14 Feb 2024 12:37:43 +0000 Subject: [PATCH] [ci] Roll pinned nightly toolchain --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index bcaf9ec674..5101c2b83f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -44,7 +44,7 @@ zerocopy-panic-in-const = "1.57.0" [package.metadata.ci] # The versions of the stable and nightly compiler toolchains to use in CI. pinned-stable = "1.76.0" -pinned-nightly = "nightly-2024-02-12" +pinned-nightly = "nightly-2024-02-13" [package.metadata.docs.rs] all-features = true