From 1af40071fe65078c0dcd3f12bbf3b8e4499cdd56 Mon Sep 17 00:00:00 2001 From: Google PR Creation Bot Date: Wed, 9 Oct 2024 12:43:23 +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 5aa7cddf39..4865df729b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -56,7 +56,7 @@ zerocopy-panic-in-const-and-vec-try-reserve = "1.57.0" [package.metadata.ci] # The versions of the stable and nightly compiler toolchains to use in CI. pinned-stable = "1.81.0" -pinned-nightly = "nightly-2024-10-06" +pinned-nightly = "nightly-2024-10-08" [package.metadata.docs.rs] all-features = true