deps: bump zquic to v1.7.86 (release v0.1.1) - #80
Merged
Conversation
Align zquic with the version consumers (zig-libp2p / zeam) already use, so a downstream build that depends on both zig-ethp2p and zig-libp2p resolves a single zquic instance instead of two versions (which collide on their generated `build_options` module). No source changes; 176/176 tests pass on 1.7.86.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Aligns zquic with the version zig-libp2p / zeam already use so a downstream that depends on both zig-ethp2p and zig-libp2p resolves a single zquic instance rather than two versions (1.7.68 + 1.7.86), which otherwise collide on their generated
build_optionsmodule (error: file exists in modules build_options1 and build_options2).No source changes. Verified locally with the 0.16.0 toolchain: full suite 176/176 and
test-quic59/59 green on 1.7.86.