mirror of
https://github.com/zellij-org/zellij.git
synced 2024-11-23 19:10:09 +03:00
9 lines
276 B
Plaintext
9 lines
276 B
Plaintext
# https://rust-lang.github.io/rustup/overrides.html#the-toolchain-file
|
|
[toolchain]
|
|
# can be further pinned eg:
|
|
# date: "stable-2020-07-10"
|
|
# version: "nightly-1.0.0"
|
|
channel = "1.49.0"
|
|
components = [ "rustfmt", "rust-src", "clippy", "rust-analysis"]
|
|
targets = ["wasm32-wasi"]
|