Commit ad737f9
authored
ci: pin ic-wasm to 0.9.10 (#578)
## Summary
Pin `ic-wasm` to a specific version (`0.9.10` — the latest published on
crates.io) in the `check-canister-wasm-endpoints` job. Without a version
pin, the install resolves to the latest release at CI run time, so a
future `ic-wasm` release can silently change the meaning of the check on
an unrelated PR.1 parent 35036ef commit ad737f9
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
95 | 95 | | |
96 | 96 | | |
97 | 97 | | |
98 | | - | |
| 98 | + | |
99 | 99 | | |
100 | 100 | | |
101 | 101 | | |
| |||
0 commit comments