From a927e1e1b70e289dab737fa1be08a8c030b42898 Mon Sep 17 00:00:00 2001 From: Google PR Creation Bot <145818923+google-pr-creation-bot@users.noreply.github.com> Date: Fri, 25 Oct 2024 07:07:12 -0700 Subject: [PATCH] [ci] Roll pinned nightly toolchain (#1981) --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 91e269ef2f..ee38479ac0 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-23" +pinned-nightly = "nightly-2024-10-24" [package.metadata.docs.rs] all-features = true