-
Notifications
You must be signed in to change notification settings - Fork 221
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
fix!: cleanup dead and unused dependencies #3070
Conversation
Documentation for this PR has been generated and is available at: https://n0-computer.github.io/iroh/pr/3070/docs/iroh/ Last updated: 2024-12-23T08:55:04Z |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Needs the breaking change documented, otherwise looks great.
quinn = { package = "iroh-quinn", version = "0.12.0" } | ||
quinn-proto = { package = "iroh-quinn-proto", version = "0.12.0" } | ||
quinn-udp = { package = "iroh-quinn-udp", version = "0.5.5" } | ||
rand = "0.8" | ||
rcgen = "0.13" | ||
regex = { version = "1.7.1", optional = true } |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The semvers check correctly points out that this is a breaking change because every optional dependency has an implicit feature of its own name. So you'll have to list this in the breaking changes section and fixup the title.
Description
Breaking Changes
regex
feature (as the dependency is not used anymore)Notes & open questions
Change checklist