From 19c211e355c8ea4f28b92e2590118602febc9049 Mon Sep 17 00:00:00 2001 From: Google PR Creation Bot <145818923+google-pr-creation-bot@users.noreply.github.com> Date: Tue, 22 Oct 2024 05:51:17 -0700 Subject: [PATCH] [ci] Roll pinned nightly toolchain (#1963) --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index d408ab4a03..17698bf35b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -47,7 +47,7 @@ zerocopy-diagnostic-on-unimplemented = "1.78.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-20" +pinned-nightly = "nightly-2024-10-21" [package.metadata.docs.rs] all-features = true