From f7d9c5315e602931dc6f489bb1126e7c1c2643ff Mon Sep 17 00:00:00 2001 From: "Lei, HUANG" Date: Fri, 18 Oct 2024 23:01:05 -0700 Subject: [PATCH] fix: use nightly-2024-10-19 --- rust-toolchain.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/rust-toolchain.toml b/rust-toolchain.toml index 390cb1232a..c986eedd97 100644 --- a/rust-toolchain.toml +++ b/rust-toolchain.toml @@ -1,3 +1,2 @@ [toolchain] -channel = "nightly-2024-10-17" - +channel = "nightly-2024-10-19"