From f487aa861e95b4134b1b67f808640d86351a4c15 Mon Sep 17 00:00:00 2001 From: Google PR Creation Bot Date: Mon, 1 Jul 2024 12:42:13 +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 cabb497214..f6e4764ed1 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.79.0" -pinned-nightly = "nightly-2024-06-29" +pinned-nightly = "nightly-2024-06-30" [package.metadata.docs.rs] all-features = true