File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change 8
8
env :
9
9
RUST_BACKTRACE : 1
10
10
toolchain_style : stable
11
- toolchain_msrv : 1.56
11
+ toolchain_msrv : 1.57
12
12
toolchain_doc : nightly-2022-12-01
13
13
toolchain_lint : stable
14
14
toolchain_fuzz : nightly-2022-12-01
Original file line number Diff line number Diff line change @@ -35,6 +35,7 @@ Get more information about this tool in the [contributing][] document.
35
35
* HTTP/3 client and server implementation
36
36
* Async only API
37
37
* QUIC transport abstraction via traits in the [ ` quic ` ] ( ./h3/src/quic.rs ) module
38
+ * Runtime independent (h3 does not spawn tasks and works with any runtime)
38
39
* Supported QUIC implementations to date are
39
40
[ Quinn] ( https://github.com/quinn-rs/quinn ) ([ h3-quinn] ( ./h3-quinn/ ) )
40
41
and [ s2n-quic] ( https://github.com/aws/s2n-quic )
You can’t perform that action at this time.
0 commit comments