From 510ac51d0277b153a1009abe0ac5ef735d4bae61 Mon Sep 17 00:00:00 2001 From: Google PR Creation Bot Date: Fri, 23 Feb 2024 14:01:00 +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 3801500443..f8548116eb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -44,7 +44,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.76.0" -pinned-nightly = "nightly-2024-02-21" +pinned-nightly = "nightly-2024-02-22" [package.metadata.docs.rs] all-features = true