From dfc55837ee627f8130ff6b75b07dcee32a395f78 Mon Sep 17 00:00:00 2001 From: MCorange Date: Fri, 11 Oct 2024 02:25:23 +0300 Subject: [PATCH] Added rust-toolchain.toml to use nightly channel by default --- rust-toolchain.toml | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 rust-toolchain.toml diff --git a/rust-toolchain.toml b/rust-toolchain.toml new file mode 100644 index 0000000..c046a09 --- /dev/null +++ b/rust-toolchain.toml @@ -0,0 +1,2 @@ +[toolchain] +channel="nightly"