Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 0050172

Browse files
committed
ci: pin wasm-bindgen-cli version
1 parent 8a6f82c commit 0050172

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/rust.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,8 @@ jobs:
174174
run: |
175175
! wasm-tools print --skeleton target/wasm32-unknown-unknown/debug/quinn.wasm | grep 'import "env"'
176176
177-
- run: cargo binstall wasm-bindgen-cli --locked --no-confirm
177+
# Match the version of wasm-bindgen used in `Cargo.lock`
178+
- run: cargo binstall [email protected] --locked --no-confirm
178179
- run: cargo test --locked -p quinn-proto --target wasm32-unknown-unknown
179180

180181
msrv:

0 commit comments

Comments
 (0)