Skip to content

Commit

Permalink
docs(quinn): remove restriction to tokio
Browse files Browse the repository at this point in the history
With #1364 `quinn` is no longer restricted
to `tokio`. Commit updates the crate heading accordingly.
  • Loading branch information
mxinden authored and Ralith committed Feb 24, 2023
1 parent 390f2eb commit c17315f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion quinn/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
//! QUIC transport protocol support for Tokio
//! QUIC transport protocol implementation
//!
//! [QUIC](https://en.wikipedia.org/wiki/QUIC) is a modern transport protocol addressing
//! shortcomings of TCP, such as head-of-line blocking, poor security, slow handshakes, and
Expand Down

0 comments on commit c17315f

Please sign in to comment.