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

Use workspace dependencies. #1035

Closed
wants to merge 7 commits into from

Conversation

gibbz00
Copy link
Contributor

@gibbz00 gibbz00 commented Apr 21, 2024

Makes dependency version handling easier. Relates in some way to #957

Depends on #1033 (merged into master and rebased here)

@gibbz00 gibbz00 force-pushed the workspace_dependencies branch 3 times, most recently from 0c8176a to ff469b5 Compare April 21, 2024 12:43
gibbz00 added 7 commits April 27, 2024 11:44
All done in one go with:

`fd --type file . | xargs sed -i -e 's/ = { workspace = true }/.workspace = true/g'`
Introduced when running `cargo autoinherit`
* point to proper crates.io version, git repo was created by `cargo
fuzz` and is not archived.

* as a workspace dependency
@caspermeijn
Copy link
Collaborator

What problem does this solve? Dependabot will change all uses of a dependency when there is an update, right?

@caspermeijn
Copy link
Collaborator

I am not interested in workspace dependencies. I feel like Dependabot already makes dependency management easy. I am open to having my mind changed.

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