Thanks to visit codestin.com Credit goes to github.com
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 8a6f82c commit 0050172Copy full SHA for 0050172
1 file changed
.github/workflows/rust.yml
@@ -174,7 +174,8 @@ jobs:
174
run: |
175
! wasm-tools print --skeleton target/wasm32-unknown-unknown/debug/quinn.wasm | grep 'import "env"'
176
177
- - run: cargo binstall wasm-bindgen-cli --locked --no-confirm
+ # Match the version of wasm-bindgen used in `Cargo.lock`
178
+ - run: cargo binstall [email protected] --locked --no-confirm
179
- run: cargo test --locked -p quinn-proto --target wasm32-unknown-unknown
180
181
msrv:
0 commit comments