Skip to content

Commit e51c2d6

Browse files
djcRalith
authored andcommitted
Take semver-compatible dependency updates
1 parent 7cbb05f commit e51c2d6

File tree

2 files changed

+149
-139
lines changed

2 files changed

+149
-139
lines changed

.github/workflows/rust.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ jobs:
150150
! wasm-tools print --skeleton target/wasm32-unknown-unknown/debug/quinn.wasm | grep 'import "env"'
151151
152152
# Match the version of wasm-bindgen used in `Cargo.lock`
153-
- run: cargo binstall [email protected].106 --locked --no-confirm
153+
- run: cargo binstall [email protected].108 --locked --no-confirm
154154
- run: cargo test --locked -p quinn-proto --target wasm32-unknown-unknown
155155

156156
msrv:

0 commit comments

Comments
 (0)