From b96b620e4bd17ec0c0e5b371dd0180391ace8107 Mon Sep 17 00:00:00 2001 From: Google PR Creation Bot <145818923+google-pr-creation-bot@users.noreply.github.com> Date: Mon, 29 Apr 2024 05:48:40 -0700 Subject: [PATCH] [ci] Roll pinned nightly toolchain (#1148) --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 2760f0bc40..545925f0c5 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.2" -pinned-nightly = "nightly-2024-04-27" +pinned-nightly = "nightly-2024-04-28" [package.metadata.docs.rs] all-features = true