zellij/rust-toolchain
a-kenji cf3f3f4b5e
add: musl target to rust-toolchain (#1294)
Add `x86_64-unknown-linux-musl` target to `rust-toolchain`,
so that people are able to build the e2e tests.

Fixes #610
2022-04-04 20:19:36 +02:00

12 lines
404 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", "x86_64-unknown-linux-musl"]