From fcb71a0bfaa52dacf1b3d47ea1cb34f0bbca4d97 Mon Sep 17 00:00:00 2001 From: Donny Date: Tue, 21 Nov 2023 21:40:33 -0800 Subject: [PATCH] Added a tookchain file so CI knows to use Nightly. --- 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..271800c --- /dev/null +++ b/rust-toolchain.toml @@ -0,0 +1,2 @@ +[toolchain] +channel = "nightly" \ No newline at end of file