From e64b9acf327083402e7c5d75111b302a10cc4fdd Mon Sep 17 00:00:00 2001 From: Zanie Date: Wed, 8 Nov 2023 17:09:29 -0600 Subject: [PATCH] Switch to nightly rust for https://github.com/rust-lang/rust/issues/91611 --- rust-toolchain.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rust-toolchain.toml b/rust-toolchain.toml index 50fa4928b9..5d56faf9ae 100644 --- a/rust-toolchain.toml +++ b/rust-toolchain.toml @@ -1,2 +1,2 @@ [toolchain] -channel = "1.73" +channel = "nightly"