From 45c4fd51da09e28c877d7a6e4969b77c675f8b8e Mon Sep 17 00:00:00 2001 From: Google PR Creation Bot Date: Mon, 13 May 2024 12:40:02 +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 fc9cc923a1..9fe6c5b3fa 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-11" +pinned-nightly = "nightly-2024-05-12" [package.metadata.docs.rs] all-features = true