Skip to content

Commit

Permalink
upgrade quiche to version 0.12.0
Browse files Browse the repository at this point in the history
Signed-off-by: Ludovic Orban <[email protected]>
  • Loading branch information
lorban committed Feb 28, 2022
1 parent 41ad7a7 commit a81347c
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 5 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.11.0
0.12.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.11.0
cd 0.11.0
git checkout -b tag-0.11.0 tags/0.11.0
git clone --recursive https://github.com/cloudflare/quiche 0.12.0
cd 0.12.0
git checkout -b tag-0.12.0 tags/0.12.0
cargo build --features ffi,qlog
```

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>org.mortbay.jetty.quiche</groupId>
<artifactId>jetty-quiche-native</artifactId>
<version>0.11.0.3-SNAPSHOT</version>
<version>0.12.0-SNAPSHOT</version>
<name>Jetty :: Quiche Native Library</name>
<url>https://github.com/jetty-project/jetty-quiche-native</url>
<description>
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 modified src/main/resources/win32-x86-64/quiche.dll
Binary file not shown.

0 comments on commit a81347c

Please sign in to comment.