Skip to content

Commit

Permalink
Update to latest quiche code (#647)
Browse files Browse the repository at this point in the history
Motivation:

We did not update quiche for some time

Modifications:

Update to latest sha

Result:

Use latest quiche code
  • Loading branch information
normanmaurer authored Jan 24, 2024
1 parent c8e1f81 commit 9509d3f
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>5b1e3d286411e2cc411f8dc6d6ff1ee40f1bd026</quicheCommitSha>
<quicheCommitSha>21704e03366562a769488471cf4a65f63a12aaa9</quicheCommitSha>
<generatedSourcesDir>${project.build.directory}/generated-sources</generatedSourcesDir>
<templateDir>${project.build.directory}/template</templateDir>
<cargoTarget />
Expand Down

0 comments on commit 9509d3f

Please sign in to comment.