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

chore: aggregate common dependencies in workspace #45

Closed
wants to merge 5 commits into from

Conversation

morgante
Copy link
Contributor

Use https://mainmatter.com/blog/2024/03/18/cargo-autoinherit/ to combine shared dependencies in the root workspace. This should cut down on version mismatches and other toil.

@morgante morgante requested a review from a team March 21, 2024 06:00
regex = "1.7.3"
reqwest = "0.11.22"
# Do *NOT* upgrade beyond 1.0.171 until https://github.com/serde-rs/serde/issues/2538 is fixed
serde = "1.0.164"

Choose a reason for hiding this comment

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

Suggested change
serde = "1.0.164"
serde = "<1.0.171"

Given the comment, you probably want this version requirement.
"1.0.164" means "1.0.164 or above if semver compatible".

@morgante morgante closed this Apr 20, 2024
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.

2 participants