Commit e350a49
fix(ci): pin wasm32-wasip1 in rust-toolchain.toml so the pinned toolchain has its std
The verify smoke still failed with E0463 after adding the target to the dtolnay
@stable step: rust-toolchain.toml pins channel 1.89.0, so every cargo invocation
uses 1.89.0 — not stable — and the wasm target had been added to the wrong
toolchain. Declare `targets = ["wasm32-wasip1"]` in rust-toolchain.toml so rustup
auto-installs the wasm std for the pinned toolchain everywhere (CI and local), and
drop the now-redundant `targets:` from the workflow step. Verified locally: the
home-cli wasm build compiles clean.
Co-authored-by: Cursor <cursoragent@cursor.com>1 parent 46cbeed commit e350a49
2 files changed
Lines changed: 6 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
80 | 80 | | |
81 | 81 | | |
82 | 82 | | |
83 | | - | |
84 | | - | |
85 | | - | |
| 83 | + | |
| 84 | + | |
86 | 85 | | |
87 | 86 | | |
88 | 87 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
0 commit comments