Skip to content

Commit 5042b09

Browse files
committed
Update wasm-pack
Signed-off-by: Joe Richey <[email protected]>
1 parent 6cd1a12 commit 5042b09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ jobs:
208208
- name: Install precompiled wasm-pack
209209
shell: bash
210210
run: |
211-
VERSION=v0.10.3
211+
VERSION=v0.11.0
212212
URL=https://github.com/rustwasm/wasm-pack/releases/download/${VERSION}/wasm-pack-${VERSION}-${{ matrix.host }}.tar.gz
213213
wget -O - $URL | tar -xz --strip-components=1 -C ~/.cargo/bin
214214
wasm-pack --version

0 commit comments

Comments
 (0)