From c5fb5aa07430f6b099b7c8ae34b8812f8b16a630 Mon Sep 17 00:00:00 2001 From: Google PR Creation Bot <145818923+google-pr-creation-bot@users.noreply.github.com> Date: Tue, 15 Oct 2024 05:57:19 -0700 Subject: [PATCH] [ci] Roll pinned nightly toolchain (#1914) --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index cdd14d2303..e8ead9a25f 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-10-13" +pinned-nightly = "nightly-2024-10-14" [package.metadata.docs.rs] all-features = true