From 62aea50ed47798db08fc703d4214b433ad7690c1 Mon Sep 17 00:00:00 2001 From: Google PR Creation Bot Date: Thu, 10 Oct 2024 12:43:12 +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 4865df729b..06552a4a3d 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-08" +pinned-nightly = "nightly-2024-10-09" [package.metadata.docs.rs] all-features = true