Skip to content

Commit

Permalink
docs: Correct MSRV in README
Browse files Browse the repository at this point in the history
  • Loading branch information
gretchenfrage authored and Ralith committed Nov 21, 2024
1 parent df7f58e commit a4c886c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
# Note that we must also update the README when changing the MSRV
- uses: dtolnay/[email protected]
- uses: Swatinem/rust-cache@v2
- run: cargo check --lib --all-features -p quinn-udp -p quinn-proto -p quinn
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.66
- Minimum supported Rust version of 1.70

## Overview

Expand Down

0 comments on commit a4c886c

Please sign in to comment.