Skip to content

Commit

Permalink
Merge pull request #66 from jetty-project/update/0.18.0
Browse files Browse the repository at this point in the history
Updating to quiche 0.18.0
  • Loading branch information
joakime authored Sep 22, 2023
2 parents f940eae + 270d5aa commit ea3381c
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.16.0
0.18.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.16.0
cd 0.16.0
git checkout -b tag-0.16.0 tags/0.16.0
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
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.16.0.1-SNAPSHOT</version>
<version>0.18.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 ea3381c

Please sign in to comment.