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
This commit is contained in:
parent
b82d9c67db
commit
cf3f3f4b5e
1 changed files with 1 additions and 1 deletions
|
|
@ -8,4 +8,4 @@
|
||||||
[toolchain]
|
[toolchain]
|
||||||
channel = "1.57.0"
|
channel = "1.57.0"
|
||||||
components = ["rustfmt", "clippy", "rust-analysis"]
|
components = ["rustfmt", "clippy", "rust-analysis"]
|
||||||
targets = ["wasm32-wasi"]
|
targets = ["wasm32-wasi", "x86_64-unknown-linux-musl"]
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue