commit 7d9096585f011bbb5907ce15dc94de6e022dbff1 Author: Ethan Girouard Date: Fri Oct 4 16:25:18 2024 -0400 Add nightly toolchain file diff --git a/rust-toolchain.toml b/rust-toolchain.toml new file mode 100644 index 0000000..5d56faf --- /dev/null +++ b/rust-toolchain.toml @@ -0,0 +1,2 @@ +[toolchain] +channel = "nightly"