From b56c01b91ca0745ad9d0036638aac8bfabfd3315 Mon Sep 17 00:00:00 2001 From: Google PR Creation Bot <145818923+google-pr-creation-bot@users.noreply.github.com> Date: Fri, 29 Mar 2024 05:48:26 -0700 Subject: [PATCH] [ci] Roll pinned nightly toolchain (#1080) --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 5461d3eb93..8aa1c27a29 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -46,7 +46,7 @@ zerocopy-panic-in-const = "1.57.0" [package.metadata.ci] # The versions of the stable and nightly compiler toolchains to use in CI. pinned-stable = "1.77.1" -pinned-nightly = "nightly-2024-03-27" +pinned-nightly = "nightly-2024-03-28" [package.metadata.docs.rs] all-features = true