We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df7f58e commit a4c886cCopy full SHA for a4c886c
.github/workflows/rust.yml
@@ -163,6 +163,7 @@ jobs:
163
runs-on: ubuntu-latest
164
steps:
165
- uses: actions/checkout@v4
166
+ # Note that we must also update the README when changing the MSRV
167
- uses: dtolnay/[email protected]
168
- uses: Swatinem/rust-cache@v2
169
- run: cargo check --lib --all-features -p quinn-udp -p quinn-proto -p quinn
README.md
@@ -24,7 +24,7 @@ The project was founded by [Dirkjan Ochtman](https://github.com/djc) and
24
[rustls][rustls] and [*ring*][ring]
25
- Application-layer datagrams for small, unreliable messages
26
- Future-based async API
27
-- Minimum supported Rust version of 1.66
+- Minimum supported Rust version of 1.70
28
29
## Overview
30
0 commit comments