From 5d1338ab41eb488ed571f4775975836bb558f106 Mon Sep 17 00:00:00 2001 From: Google PR Creation Bot Date: Wed, 1 May 2024 12:39:33 +0000 Subject: [PATCH] [ci] Roll pinned nightly toolchain --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index c83ddf1be1..8ed54d06c1 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-29" +pinned-nightly = "nightly-2024-04-30" [package.metadata.docs.rs] all-features = true