mirror of
https://github.com/zellij-org/zellij.git
synced 2024-12-26 02:32:21 +03:00
6092165980
Co-authored-by: a-kenji <a-kenji@users.noreply.github.com>
12 lines
375 B
Plaintext
12 lines
375 B
Plaintext
|
|
# This file is updated by `update-toolchain.sh`
|
|
# We aim to be around 1-2 rust releases behind in order
|
|
# to get people the time to update their toolchains properly.
|
|
# By enforcing this, we can also make full use of the features
|
|
# provided by the current channel.
|
|
|
|
[toolchain]
|
|
channel = "1.57.0"
|
|
components = ["rustfmt", "clippy", "rust-analysis"]
|
|
targets = ["wasm32-wasi"]
|