From 5d40d25e141a1e7add893469a129a8eabbee79fe Mon Sep 17 00:00:00 2001 From: Google PR Creation Bot Date: Sun, 20 Oct 2024 12:42:57 +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 94c4c27a01..614866912f 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.82.0" -pinned-nightly = "nightly-2024-10-18" +pinned-nightly = "nightly-2024-10-19" [package.metadata.docs.rs] all-features = true