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

Make dependencies automatically upgrade to match Zebra dependency versions #66

Merged
merged 1 commit into from
Feb 23, 2023

Conversation

teor2345
Copy link
Contributor

cargo automatically upgrades minor and patch versions to match other dependencies:
https://doc.rust-lang.org/cargo/reference/resolver.html#semver-compatibility

But it considers 0.x a major version, so we have to allow any upgrade to versions with a leading zero.

Copy link
Contributor

@arya2 arya2 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good.

@teor2345 teor2345 merged commit 07a39e3 into master Feb 23, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants