Add wasm32-unknown-unknown target to rust-toolchain.toml

This makes `cargo xtask ci` work with less local preparation.
This commit is contained in:
Jonas Platte 2025-01-24 00:02:29 +01:00 committed by strawberry
parent 0b3139b567
commit 8d277cc66e

View file

@ -2,3 +2,4 @@
# Keep in sync with version in `xtask/src/ci.rs` and `.github/workflows/ci.yml`
channel = "nightly-2025-01-23"
components = ["rustfmt", "clippy"]
targets = ["wasm32-unknown-unknown"]