We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 07ac5ca commit f4ba963Copy full SHA for f4ba963
.github/workflows/ci.yml
@@ -107,7 +107,7 @@ jobs:
107
if: ${{ matrix.needs_wasm_bindgen }}
108
uses: taiki-e/install-action@wasm-bindgen
109
with:
110
- tool: 'wasm-bindgen@0.2.105'
+ tool: 'wasm-bindgen@0.2.106'
111
112
- name: Run tests
113
env:
Justfile
@@ -37,7 +37,7 @@ miri:
37
38
install-wasm-deps:
39
rustup target add wasm32-wasip1 wasm32-unknown-unknown
40
- cargo install wasm-bindgen-cli --vers 0.2.105
+ cargo install wasm-bindgen-cli --vers 0.2.106
41
42
test-wasm32-wasip1:
43
cargo test --target wasm32-wasip1 --no-default-features -p jsonschema
0 commit comments