From a045ba73a1ea5f00f35c595305baaad0c7f06cf7 Mon Sep 17 00:00:00 2001 From: Google PR Creation Bot <145818923+google-pr-creation-bot@users.noreply.github.com> Date: Thu, 2 Nov 2023 05:49:53 -0700 Subject: [PATCH] [ci] Roll pinned nightly toolchain (#585) --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 06575fe16b..c254a99707 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.73.0" -pinned-nightly = "nightly-2023-10-31" +pinned-nightly = "nightly-2023-11-01" [package.metadata.playground] features = ["__internal_use_only_features_that_work_on_stable"]