From c8cd06d325bd8767f5e6b2afa62c4c405d7f0a57 Mon Sep 17 00:00:00 2001 From: mStar Date: Mon, 17 Mar 2025 08:40:09 +0100 Subject: [PATCH] Switch to nightly --- rust/rust-toolchain.toml | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 rust/rust-toolchain.toml diff --git a/rust/rust-toolchain.toml b/rust/rust-toolchain.toml new file mode 100644 index 0000000..5d56faf --- /dev/null +++ b/rust/rust-toolchain.toml @@ -0,0 +1,2 @@ +[toolchain] +channel = "nightly"