From 33a1e89c166dbf06fb8d54ab46313b26be25389f Mon Sep 17 00:00:00 2001 From: xeruf <27jf@pm.me> Date: Sat, 9 Nov 2024 20:00:28 +0100 Subject: [PATCH] chore(rust): upgrade to nightly to fix build --- rust-toolchain.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rust-toolchain.toml b/rust-toolchain.toml index 1de01fa..88bb0f6 100644 --- a/rust-toolchain.toml +++ b/rust-toolchain.toml @@ -1,2 +1,2 @@ [toolchain] -channel = "1.81.0" +channel = "nightly-2024-11-09"