From bb3843456c360673fcdbdeafc2a3e1626e13fbd0 Mon Sep 17 00:00:00 2001 From: Bryan Stitt Date: Wed, 25 Oct 2023 00:00:58 -0700 Subject: [PATCH] update rust nightly got a few compile errors so this is an easy thing to try --- rust-toolchain.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rust-toolchain.toml b/rust-toolchain.toml index 4042257a..e687f8d5 100644 --- a/rust-toolchain.toml +++ b/rust-toolchain.toml @@ -1,2 +1,2 @@ [toolchain] -channel = "nightly-2023-10-16" +channel = "nightly-2023-10-25"