new stable
This commit is contained in:
parent
9bc6a41617
commit
f317b141f7
21 changed files with 179 additions and 61 deletions
19
system/modules/rust-toolchain.toml
Normal file
19
system/modules/rust-toolchain.toml
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
[toolchain]
|
||||
channel = "nightly"
|
||||
components = [
|
||||
"rust-src",
|
||||
"rust-analyzer",
|
||||
"rustc-codegen-cranelift",
|
||||
"miri",
|
||||
"llvm-tools",
|
||||
"rust-docs-json",
|
||||
]
|
||||
targets = [
|
||||
"wasm32-unknown-unknown",
|
||||
"wasm32-wasi",
|
||||
"x86_64-pc-windows-gnu",
|
||||
"x86_64-unknown-linux-gnu",
|
||||
"aarch64-unknown-linux-gnu",
|
||||
"x86_64-unknown-linux-musl",
|
||||
]
|
||||
profile = "default"
|
||||
Loading…
Add table
Add a link
Reference in a new issue