Skip to content

Commit a4c886c

Browse files
gretchenfrageRalith
authored andcommitted
docs: Correct MSRV in README
1 parent df7f58e commit a4c886c

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/rust.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -163,6 +163,7 @@ jobs:
163163
runs-on: ubuntu-latest
164164
steps:
165165
- uses: actions/checkout@v4
166+
# Note that we must also update the README when changing the MSRV
166167
- uses: dtolnay/[email protected]
167168
- uses: Swatinem/rust-cache@v2
168169
- run: cargo check --lib --all-features -p quinn-udp -p quinn-proto -p 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.66
27+
- Minimum supported Rust version of 1.70
2828

2929
## Overview
3030

0 commit comments

Comments
 (0)