Skip to content

Commit

Permalink
Update to quiche sha of 0.20.0 (java-native-access#636)
Browse files Browse the repository at this point in the history
Motivation:

Quiche did a new release.

Modifications:

Change sha to the commit that points to 0.20.0

Result:

Use latest quiche release
  • Loading branch information
normanmaurer authored Dec 13, 2023
1 parent 1c6a279 commit 849181c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion codec-native-quic/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
<quicheHomeIncludeDir>${quicheHomeDir}/quiche/include</quicheHomeIncludeDir>
<quicheRepository>https://github.com/cloudflare/quiche</quicheRepository>
<quicheBranch>master</quicheBranch>
<quicheCommitSha>b0944d88882e412685554446e6209c317b6f912b</quicheCommitSha>
<quicheCommitSha>5b1e3d286411e2cc411f8dc6d6ff1ee40f1bd026</quicheCommitSha>
<generatedSourcesDir>${project.build.directory}/generated-sources</generatedSourcesDir>
<templateDir>${project.build.directory}/template</templateDir>
<cargoTarget />
Expand Down

0 comments on commit 849181c

Please sign in to comment.