Skip to content

Commit 95863af

Browse files
committed
Bump MSRV to 1.85 (for rustls-platform-verifier)
1 parent dc86400 commit 95863af

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/rust.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ jobs:
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

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ default-members = ["quinn", "quinn-proto", "quinn-udp", "bench", "perf"]
44
resolver = "2"
55

66
[workspace.package]
7-
rust-version = "1.82.0"
7+
rust-version = "1.85.0"
88
edition = "2021"
99
license = "MIT OR Apache-2.0"
1010
repository = "https://github.com/quinn-rs/quinn"

0 commit comments

Comments
 (0)