From 72d93d02061de5c18e12682482fe05d9d6df33dd Mon Sep 17 00:00:00 2001 From: Google PR Creation Bot <145818923+google-pr-creation-bot@users.noreply.github.com> Date: Tue, 24 Sep 2024 05:58:55 -0700 Subject: [PATCH] [ci] Roll pinned nightly toolchain (#1746) --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 67961b82c5..fa3a3ed695 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-09-22" +pinned-nightly = "nightly-2024-09-23" [package.metadata.docs.rs] all-features = true