mirror of
https://github.com/girlbossceo/ruwuma.git
synced 2025-04-29 14:59:52 -04:00
Add wasm32-unknown-unknown target to rust-toolchain.toml
This makes `cargo xtask ci` work with less local preparation.
This commit is contained in:
parent
0b3139b567
commit
8d277cc66e
1 changed files with 1 additions and 0 deletions
|
@ -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"]
|
||||
|
|
Loading…
Add table
Reference in a new issue