Skip to content

Commit 9222da9

Browse files
committed
upgrade quiche to version 0.24.0
Signed-off-by: Ludovic Orban <[email protected]>
1 parent 91c243f commit 9222da9

File tree

7 files changed

+5
-5
lines changed

7 files changed

+5
-5
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
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.
33

44
## Current quiche version
5-
0.23.5
5+
0.24.0
66

77
## Current targets
88
- Linux x86-64
@@ -13,9 +13,9 @@ This project is providing the native builds of the Cloudflare Quiche (https://gi
1313

1414
## How Quiche was checked out and built
1515
```
16-
git clone --recursive https://github.com/cloudflare/quiche 0.23.5
17-
cd 0.23.5
18-
git checkout -b tag-0.23.5 tags/0.23.5
16+
git clone --recursive https://github.com/cloudflare/quiche 0.24.0
17+
cd 0.24.0
18+
git checkout -b tag-0.24.0 tags/0.24.0
1919
cargo build --features ffi,qlog
2020
```
2121

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<groupId>org.mortbay.jetty.quiche</groupId>
66
<artifactId>jetty-quiche-native</artifactId>
7-
<version>0.23.6-SNAPSHOT</version>
7+
<version>0.24.0-SNAPSHOT</version>
88
<name>Jetty :: Quiche Native Library</name>
99
<url>https://github.com/jetty-project/jetty-quiche-native</url>
1010
<description>
Binary file not shown.
Binary file not shown.
1.39 MB
Binary file not shown.
1.29 MB
Binary file not shown.
195 KB
Binary file not shown.

0 commit comments

Comments
 (0)