From c8ab90814c9c1b811af8311014a0b58dac4c4dde Mon Sep 17 00:00:00 2001 From: Google PR Creation Bot <145818923+google-pr-creation-bot@users.noreply.github.com> Date: Wed, 1 Nov 2023 06:21:43 -0700 Subject: [PATCH] [ci] Roll pinned nightly toolchain (#582) --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 629020365c..f3b5459873 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -30,7 +30,7 @@ all-features = true [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-30" +pinned-nightly = "nightly-2023-10-31" [package.metadata.playground] features = ["__internal_use_only_features_that_work_on_stable"]