From ace5bb0de76e150d2284984677892a5aaa34a36e Mon Sep 17 00:00:00 2001 From: Google PR Creation Bot <145818923+google-pr-creation-bot@users.noreply.github.com> Date: Tue, 5 Nov 2024 04:51:27 -0800 Subject: [PATCH] [ci] Roll pinned nightly toolchain (#2023) --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index ab36f791f2..cf08c2db55 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-11-03" +pinned-nightly = "nightly-2024-11-04" [package.metadata.docs.rs] all-features = true