Skip to content

Commit

Permalink
upgrade quiche to version 0.20.0
Browse files Browse the repository at this point in the history
Signed-off-by: Ludovic Orban <[email protected]>
  • Loading branch information
lorban committed Jan 29, 2024
1 parent 24664e1 commit 98713fb
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
This project is providing the native builds of the Cloudflare Quiche (https://github.com/cloudflare/quiche) library used by the Jetty Project's HTTP/3 implementation.

## Current quiche version
0.18.0
0.20.0

## Current targets
- Linux amd64
Expand All @@ -12,9 +12,9 @@ This project is providing the native builds of the Cloudflare Quiche (https://gi

## How Quiche was checked out and built
```
git clone --recursive https://github.com/cloudflare/quiche 0.18.0
cd 0.18.0
git checkout -b tag-0.18.0 tags/0.18.0
git clone --recursive https://github.com/cloudflare/quiche 0.20.0
cd 0.20.0
git checkout -b tag-0.20.0 tags/0.20.0
cargo build --features ffi,qlog
```

Expand Down
Binary file modified src/main/resources/darwin-aarch64/libquiche.dylib
Binary file not shown.
Binary file modified src/main/resources/darwin-x86-64/libquiche.dylib
Binary file not shown.
Binary file modified src/main/resources/linux-x86-64/libquiche.so
Binary file not shown.
Binary file removed src/main/resources/win32-x86-64/quiche.dll
Binary file not shown.

0 comments on commit 98713fb

Please sign in to comment.