-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
4 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -150,7 +150,7 @@ jobs: | |
# about caching the builds of them. | ||
# cargo-mutants is not used in this step but it will be cached for later use. | ||
run: | | ||
cargo install --locked wasm-pack@0.12.1 [email protected] | ||
cargo install --locked wasm-pack@0.13.0 [email protected] | ||
cargo install [email protected] | ||
|
@@ -277,7 +277,7 @@ jobs: | |
- name: Install tools | ||
run: | | ||
cargo install --locked wasm-pack@0.12.1 | ||
cargo install --locked wasm-pack@0.13.0 | ||
- run: df -h . | ||
|
||
|
@@ -345,7 +345,7 @@ jobs: | |
- name: Install tools | ||
# These should already be installed but we might have a cache miss, so don't fail in that case. | ||
run: | | ||
cargo install --locked wasm-pack@0.12.1 [email protected] | ||
cargo install --locked wasm-pack@0.13.0 [email protected] | ||
- run: df -h . | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -104,7 +104,7 @@ jobs: | |
# Note: Swatinem/rust-cache will cache these installed binaries, so we don't have to worry | ||
# about caching the builds of them. | ||
run: | | ||
cargo install --locked wasm-pack@0.12.1 [email protected] | ||
cargo install --locked wasm-pack@0.13.0 [email protected] | ||
- name: Compile basic tests | ||
# compile is broken out so we have visibility into compile vs. run times | ||
|