Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(netwatch): Allow newer quinn-udp versions #12

Closed
wants to merge 1 commit into from

Conversation

matheus23
Copy link
Member

Description

Updates the version bound from 0.5.5 to 0.5, allowing newer non-breaking versions.

This allows me to update the iroh-quinn-udp version in iroh, making it possible to ship browser features.

Breaking Changes

This is not a breaking change.

Change checklist

  • Self-review.
  • All breaking changes documented.

@matheus23 matheus23 self-assigned this Jan 28, 2025
Copy link

Documentation for this PR has been generated and is available at: https://n0-computer.github.io/net-tools/pr/12/docs/iroh_gossip/

Last updated: 2025-01-28T13:38:47Z

@matheus23
Copy link
Member Author

As mentioned in discord - this is actually not necessary.
On current main these quinn-udp versions are accepted: 0.5.5 <= version < 0.6.0
And with this PR I'm changing it to 0.5.0 <= version < 0.6.0, which is not actually required for what I'm trying to accomplish (be able to depend on 0.5.7).

@matheus23 matheus23 closed this Jan 28, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

2 participants