Bump MSRV to 1.85 (for rustls-platform-verifier)

This commit is contained in:
Dirkjan Ochtman
2026-04-12 12:14:26 +02:00
parent dc8640052a
commit 95863afb5d
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -162,7 +162,7 @@ jobs:
steps:
- uses: actions/checkout@v6
# Note that we must also update the README when changing the MSRV
- uses: dtolnay/rust-toolchain@1.82.0
- uses: dtolnay/rust-toolchain@1.85.0
- uses: Swatinem/rust-cache@v2
- run: cargo check --locked --lib --all-features -p quinn-udp -p quinn-proto -p quinn
+1 -1
View File
@@ -4,7 +4,7 @@ default-members = ["quinn", "quinn-proto", "quinn-udp", "bench", "perf"]
resolver = "2"
[workspace.package]
rust-version = "1.82.0"
rust-version = "1.85.0"
edition = "2021"
license = "MIT OR Apache-2.0"
repository = "https://github.com/quinn-rs/quinn"