Skip to content

Commit fcad0a2

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

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -106,8 +106,6 @@ jobs:
106106
- name: Install wasm-bindgen
107107
if: ${{ matrix.needs_wasm_bindgen }}
108108
uses: taiki-e/install-action@wasm-bindgen
109-
with:
110-
tool: 'wasm-bindgen@0.2.105'
111109

112110
- name: Run tests
113111
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
4141

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

0 commit comments

Comments
 (0)