Skip to content

Commit 81f4d6b

Browse files
djcRalith
authored andcommitted
Bump MSRV to 1.71
1 parent 2edf192 commit 81f4d6b

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

.github/workflows/rust.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ jobs:
164164
steps:
165165
- uses: actions/checkout@v4
166166
# Note that we must also update the README when changing the MSRV
167-
- uses: dtolnay/rust-toolchain@1.70.0
167+
- uses: dtolnay/rust-toolchain@1.71.0
168168
- uses: Swatinem/rust-cache@v2
169169
- run: cargo check --lib --all-features -p quinn-udp -p quinn-proto -p quinn
170170

@@ -271,4 +271,3 @@ jobs:
271271
- uses: dtolnay/rust-toolchain@stable
272272
- uses: taiki-e/install-action@cargo-hack
273273
- run: cargo hack check --feature-powerset --optional-deps --no-dev-deps --ignore-unknown-features --ignore-private --group-features runtime-async-std,async-io,async-std --group-features runtime-smol,async-io,smol --skip "${{env.SKIP_FEATURES}}"
274-

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.70.0"
7+
rust-version = "1.71"
88
edition = "2021"
99
license = "MIT OR Apache-2.0"
1010
repository = "https://github.com/quinn-rs/quinn"

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ The project was founded by [Dirkjan Ochtman](https://github.com/djc) and
2424
[rustls][rustls] and [*ring*][ring]
2525
- Application-layer datagrams for small, unreliable messages
2626
- Future-based async API
27-
- Minimum supported Rust version of 1.70
27+
- Minimum supported Rust version of 1.71
2828

2929
## Overview
3030

0 commit comments

Comments
 (0)