From 5b9505a342853d2fa085433241a241ac3f1fffcb Mon Sep 17 00:00:00 2001 From: Google PR Creation Bot <145818923+google-pr-creation-bot@users.noreply.github.com> Date: Sat, 4 May 2024 05:48:44 -0700 Subject: [PATCH] [ci] Roll pinned nightly toolchain (#1185) --- 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