Skip to content

Commit 3e44504

Browse files
committed
bump wasm-pack to v0.15
1 parent d3b2c63 commit 3e44504

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -318,7 +318,7 @@ jobs:
318318
- name: Install precompiled wasm-pack
319319
shell: bash
320320
run: |
321-
VERSION=v0.13.1
321+
VERSION=v0.15.0
322322
URL=https://github.com/rustwasm/wasm-pack/releases/download/${VERSION}/wasm-pack-${VERSION}-x86_64-unknown-linux-musl.tar.gz
323323
wget -O - $URL | tar -xz --strip-components=1 -C ~/.cargo/bin
324324
wasm-pack --version

0 commit comments

Comments
 (0)