Skip to content

Commit 33f5a5a

Browse files
authored
Merge branch 'main' into lazy-remote-streams
2 parents 8c08d2a + bd0c3bf commit 33f5a5a

16 files changed

Lines changed: 363 additions & 249 deletions

File tree

.github/workflows/rust.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -154,15 +154,15 @@ jobs:
154154
! wasm-tools print --skeleton target/wasm32-unknown-unknown/debug/quinn.wasm | grep 'import "env"'
155155
156156
# Match the version of wasm-bindgen used in `Cargo.lock`
157-
- run: cargo binstall wasm-bindgen-cli@0.2.117 --locked --no-confirm
157+
- run: cargo binstall wasm-bindgen-cli@0.2.118 --locked --no-confirm
158158
- run: cargo test --locked -p quinn-proto --target wasm32-unknown-unknown
159159

160160
msrv:
161161
runs-on: ubuntu-latest
162162
steps:
163163
- uses: actions/checkout@v6
164164
# Note that we must also update the README when changing the MSRV
165-
- uses: dtolnay/rust-toolchain@1.82.0
165+
- uses: dtolnay/rust-toolchain@1.85.0
166166
- uses: Swatinem/rust-cache@v2
167167
- run: cargo check --locked --lib --all-features -p quinn-udp -p quinn-proto -p quinn
168168

0 commit comments

Comments
 (0)