From 35d9d4f79ceb097eda47bbe8e229e7cf7c076a21 Mon Sep 17 00:00:00 2001 From: Google PR Creation Bot <145818923+google-pr-creation-bot@users.noreply.github.com> Date: Sun, 20 Oct 2024 05:55:32 -0700 Subject: [PATCH] [ci] Roll pinned nightly toolchain (#1950) --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index c700a8e552..4f2eb1aecd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -41,7 +41,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-18" +pinned-nightly = "nightly-2024-10-19" [package.metadata.docs.rs] all-features = true