mirror of
https://github.com/n0-computer/noq.git
synced 2026-09-16 16:25:08 +00:00
Bump MSRV to 1.85 (for rustls-platform-verifier)
This commit is contained in:
@@ -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
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user