mirror of
https://github.com/Pumpkin-MC/Pumpkin.git
synced 2026-08-30 20:14:23 +00:00
create rust-toolchain.toml
This commit is contained in:
7
rust-toolchain.toml
Normal file
7
rust-toolchain.toml
Normal 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",
|
||||
]
|
||||
Reference in New Issue
Block a user