Skip to content

Commit

Permalink
Update to quiche 0.3.0 (java-native-access#651)
Browse files Browse the repository at this point in the history
Motivation:

Quiche did a new release, update the sha to it.

Modifications:

Update to sha which is quiche 0.3.0

Result:

Use latest "official" release of quiche
  • Loading branch information
normanmaurer authored Jan 29, 2024
1 parent be1f4c1 commit 3427098
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>21704e03366562a769488471cf4a65f63a12aaa9</quicheCommitSha>
<quicheCommitSha>85ab56f0ff46944292b382e00b84b5a758928f72</quicheCommitSha>
<generatedSourcesDir>${project.build.directory}/generated-sources</generatedSourcesDir>
<templateDir>${project.build.directory}/template</templateDir>
<cargoTarget />
Expand Down

0 comments on commit 3427098

Please sign in to comment.