Skip to content

Commit f4ba963

Browse files
committed
build(wasm): Do not pin wasm-bindgen
Signed-off-by: Dmitry Dygalo <dmitry@dygalo.dev>
1 parent 07ac5ca commit f4ba963

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ jobs:
107107
if: ${{ matrix.needs_wasm_bindgen }}
108108
uses: taiki-e/install-action@wasm-bindgen
109109
with:
110-
tool: 'wasm-bindgen@0.2.105'
110+
tool: 'wasm-bindgen@0.2.106'
111111

112112
- name: Run tests
113113
env:

Justfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ miri:
3737

3838
install-wasm-deps:
3939
rustup target add wasm32-wasip1 wasm32-unknown-unknown
40-
cargo install wasm-bindgen-cli --vers 0.2.105
40+
cargo install wasm-bindgen-cli --vers 0.2.106
4141

4242
test-wasm32-wasip1:
4343
cargo test --target wasm32-wasip1 --no-default-features -p jsonschema

0 commit comments

Comments
 (0)