From 122828ed8a360d9347ecd18989324020e79b81af Mon Sep 17 00:00:00 2001 From: Google PR Creation Bot <145818923+google-pr-creation-bot@users.noreply.github.com> Date: Mon, 4 Dec 2023 04:52:05 -0800 Subject: [PATCH] [ci] Roll pinned nightly toolchain (#670) --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index d927640790..70ff74aaea 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-12-02" +pinned-nightly = "nightly-2023-12-03" [package.metadata.playground] features = ["__internal_use_only_features_that_work_on_stable"]