Skip to content

Commit 1464442

Browse files
Merge branch 'hyperium:master' into master
2 parents 33f8409 + 50c2d12 commit 1464442

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/CI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
env:
99
RUST_BACKTRACE: 1
1010
toolchain_style: stable
11-
toolchain_msrv: 1.56
11+
toolchain_msrv: 1.57
1212
toolchain_doc: nightly-2022-12-01
1313
toolchain_lint: stable
1414
toolchain_fuzz: nightly-2022-12-01

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ Get more information about this tool in the [contributing][] document.
3535
* HTTP/3 client and server implementation
3636
* Async only API
3737
* 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)
3839
* Supported QUIC implementations to date are
3940
[Quinn](https://github.com/quinn-rs/quinn) ([h3-quinn](./h3-quinn/))
4041
and [s2n-quic](https://github.com/aws/s2n-quic)

0 commit comments

Comments
 (0)