From 3159e61c05f44b8eadbbc8c5afef0ce930de181b Mon Sep 17 00:00:00 2001 From: StripedMonkey Date: Wed, 28 Aug 2024 18:56:35 -0400 Subject: [PATCH] create rust-toolchain.toml --- rust-toolchain.toml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 rust-toolchain.toml diff --git a/rust-toolchain.toml b/rust-toolchain.toml new file mode 100644 index 000000000..438956093 --- /dev/null +++ b/rust-toolchain.toml @@ -0,0 +1,7 @@ +[toolchain] +# Anything in the latest stable version of rust is fine to use. +channel = "stable" +targets = [ + "x86_64-unknown-linux-gnu", + "x86_64-pc-windows-msvc", +] \ No newline at end of file