From 964390f3396b79428c493a1d399e2444fd48c158 Mon Sep 17 00:00:00 2001 From: Google PR Creation Bot Date: Wed, 25 Oct 2023 12:39:28 +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 17c3652878..ad56b226db 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-23" +pinned-nightly = "nightly-2023-10-24" [features] default = ["byteorder"]