Skip to content

Commit

Permalink
CI: Update wasm-pack.
Browse files Browse the repository at this point in the history
  • Loading branch information
kpreid committed Jul 25, 2024
1 parent a27c8f3 commit 1ac945d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down Expand Up @@ -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 .

Expand Down Expand Up @@ -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 .

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/unstable-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1ac945d

Please sign in to comment.