From 7eee91c86369cac080c45c007c99151546fe87fe Mon Sep 17 00:00:00 2001 From: Google PR Creation Bot Date: Sat, 4 May 2024 12:37:52 +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 cc32542af1..5c63d7bbdd 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.78.0" -pinned-nightly = "nightly-2024-05-02" +pinned-nightly = "nightly-2024-05-03" [package.metadata.docs.rs] all-features = true