Skip to content

Commit

Permalink
Update wasmpack to v0.12.1
Browse files Browse the repository at this point in the history
  • Loading branch information
newpavlov committed Apr 5, 2024
1 parent ac80337 commit b93791b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Expand Up @@ -243,7 +243,7 @@ jobs:
- name: Install precompiled wasm-pack
shell: bash
run: |
VERSION=v0.11.0
VERSION=v0.12.1
URL=https://github.com/rustwasm/wasm-pack/releases/download/${VERSION}/wasm-pack-${VERSION}-${{ matrix.host }}.tar.gz
wget -O - $URL | tar -xz --strip-components=1 -C ~/.cargo/bin
wasm-pack --version
Expand Down

0 comments on commit b93791b

Please sign in to comment.