From a4dcb9277940520a24b497c0652e26ae3ae9aa24 Mon Sep 17 00:00:00 2001 From: Google PR Creation Bot Date: Fri, 24 Nov 2023 12:39: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 6d7a6a3057..560471d59e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -31,7 +31,7 @@ rustdoc-args = ["--cfg", "doc_cfg", "--generate-link-to-definition"] [package.metadata.ci] # The versions of the stable and nightly compiler toolchains to use in CI. pinned-stable = "1.74.0" -pinned-nightly = "nightly-2023-11-22" +pinned-nightly = "nightly-2023-11-23" [package.metadata.playground] features = ["__internal_use_only_features_that_work_on_stable"]