We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d3b2c63 commit 3e44504Copy full SHA for 3e44504
1 file changed
.github/workflows/tests.yml
@@ -318,7 +318,7 @@ jobs:
318
- name: Install precompiled wasm-pack
319
shell: bash
320
run: |
321
- VERSION=v0.13.1
+ VERSION=v0.15.0
322
URL=https://github.com/rustwasm/wasm-pack/releases/download/${VERSION}/wasm-pack-${VERSION}-x86_64-unknown-linux-musl.tar.gz
323
wget -O - $URL | tar -xz --strip-components=1 -C ~/.cargo/bin
324
wasm-pack --version
0 commit comments