From c17315fa105d3af215ee46730f7dd522c0022576 Mon Sep 17 00:00:00 2001 From: Max Inden Date: Fri, 24 Feb 2023 11:21:32 +0100 Subject: [PATCH] docs(quinn): remove restriction to tokio With https://github.com/quinn-rs/quinn/pull/1364 `quinn` is no longer restricted to `tokio`. Commit updates the crate heading accordingly. --- quinn/src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/quinn/src/lib.rs b/quinn/src/lib.rs index d94aaef55..4aa366474 100644 --- a/quinn/src/lib.rs +++ b/quinn/src/lib.rs @@ -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