Skip to content

Commit 01a74dd

Browse files
committed
fix: update wasm-bindgen-cli version to 0.2.100 in CI
1 parent baf561e commit 01a74dd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/web-encoder.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
target: wasm32-unknown-unknown
2828
override: true
2929
- name: Install wasm-bindgen-cli
30-
run: cargo install wasm-bindgen-cli --version "0.2.88"
30+
run: cargo install wasm-bindgen-cli --version "0.2.100"
3131
- run: npm install
3232
working-directory: packages/json-encoder-web
3333
- run: npm run build

0 commit comments

Comments
 (0)