Skip to content

Commit

Permalink
Merge branch 'hyperium:master' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
FlorianUekermann authored Feb 6, 2023
2 parents 33f8409 + 50c2d12 commit 1464442
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
env:
RUST_BACKTRACE: 1
toolchain_style: stable
toolchain_msrv: 1.56
toolchain_msrv: 1.57
toolchain_doc: nightly-2022-12-01
toolchain_lint: stable
toolchain_fuzz: nightly-2022-12-01
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ Get more information about this tool in the [contributing][] document.
* HTTP/3 client and server implementation
* Async only API
* QUIC transport abstraction via traits in the [`quic`](./h3/src/quic.rs) module
* Runtime independent (h3 does not spawn tasks and works with any runtime)
* Supported QUIC implementations to date are
[Quinn](https://github.com/quinn-rs/quinn) ([h3-quinn](./h3-quinn/))
and [s2n-quic](https://github.com/aws/s2n-quic)
Expand Down

0 comments on commit 1464442

Please sign in to comment.