create rust-toolchain.toml

This commit is contained in:
StripedMonkey
2024-08-28 18:56:35 -04:00
parent f9134b580d
commit 3159e61c05

7
rust-toolchain.toml Normal file
View File

@@ -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",
]