From 9fda1cc6887a5a69c9e2b0f4dd22676a712acf65 Mon Sep 17 00:00:00 2001 From: Google PR Creation Bot <145818923+google-pr-creation-bot@users.noreply.github.com> Date: Thu, 19 Oct 2023 05:46:43 -0700 Subject: [PATCH] [ci] Roll pinned nightly toolchain (#521) --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 1285a01c66..293e8f79e8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -26,7 +26,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-17" +pinned-nightly = "nightly-2023-10-18" [features] default = ["byteorder"]