From ed95332699a37c6a44e5b73184800150de96af6b Mon Sep 17 00:00:00 2001 From: gered Date: Sat, 7 Sep 2024 16:51:24 -0400 Subject: [PATCH] update toolchain --- rust-toolchain.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rust-toolchain.toml b/rust-toolchain.toml index c7c86e4..1e2b513 100644 --- a/rust-toolchain.toml +++ b/rust-toolchain.toml @@ -4,4 +4,4 @@ # necessarily see a reason to keep using whatever nightly version is the latest, and would # prefer stick with versions that appear to be stable and just periodically do manual updates # here to get *some* peace of mind in terms of build stability. -channel = "nightly-2023-11-10" \ No newline at end of file +channel = "nightly-2024-09-05"