From 81f4d6b0361cd6d11a3f6af73b41882920c190fd Mon Sep 17 00:00:00 2001 From: Dirkjan Ochtman Date: Mon, 25 Nov 2024 10:48:41 +0100 Subject: [PATCH] Bump MSRV to 1.71 --- .github/workflows/rust.yml | 3 +-- Cargo.toml | 2 +- README.md | 2 +- 3 files changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index edc0ce486..7a3b22cd6 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -164,7 +164,7 @@ jobs: steps: - uses: actions/checkout@v4 # Note that we must also update the README when changing the MSRV - - uses: dtolnay/rust-toolchain@1.70.0 + - uses: dtolnay/rust-toolchain@1.71.0 - uses: Swatinem/rust-cache@v2 - run: cargo check --lib --all-features -p quinn-udp -p quinn-proto -p quinn @@ -271,4 +271,3 @@ jobs: - uses: dtolnay/rust-toolchain@stable - uses: taiki-e/install-action@cargo-hack - 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}}" - diff --git a/Cargo.toml b/Cargo.toml index e8e3f5412..b78d81eaa 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,7 +4,7 @@ default-members = ["quinn", "quinn-proto", "quinn-udp", "bench", "perf"] resolver = "2" [workspace.package] -rust-version = "1.70.0" +rust-version = "1.71" edition = "2021" license = "MIT OR Apache-2.0" repository = "https://github.com/quinn-rs/quinn" diff --git a/README.md b/README.md index d93c87283..23af951df 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ The project was founded by [Dirkjan Ochtman](https://github.com/djc) and [rustls][rustls] and [*ring*][ring] - Application-layer datagrams for small, unreliable messages - Future-based async API -- Minimum supported Rust version of 1.70 +- Minimum supported Rust version of 1.71 ## Overview