From 96e98cd534131806b1e6c4a9d094629f7d357c0a Mon Sep 17 00:00:00 2001 From: pantonshire Date: Mon, 7 Apr 2025 13:25:33 +0100 Subject: [PATCH] default to nightly compiler --- rust-toolchain.toml | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 rust-toolchain.toml diff --git a/rust-toolchain.toml b/rust-toolchain.toml new file mode 100644 index 0000000..a25e7e0 --- /dev/null +++ b/rust-toolchain.toml @@ -0,0 +1,3 @@ +[toolchain] +channel = "nightly" +