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: relax version in workspace dependencies #940

Merged
merged 1 commit into from
Jun 18, 2024

Conversation

DaniPopes
Copy link
Member

@DaniPopes DaniPopes commented Jun 18, 2024

https://github.com/crate-ci/cargo-release/blob/f0b5af40b903aedd103992366d0875fe2b9f2f99/docs/faq.md?plain=1#L133-L137

How do I do a release when there is dependency cycle in my workspace?

If this is for dev-dependencies, just declare your dev-dependency with only a path, no version, and it should work out.

If you have other cycles, open an issue, we'd love to hear about your use case and see how we can help!

This should be equivalent since we pin to latest version anyway.

@DaniPopes
Copy link
Member Author

Hmm actually not specifying version means wildcard *

@DaniPopes DaniPopes force-pushed the dani/rm-workspace-version branch from 726aced to d3af271 Compare June 18, 2024 17:39
@DaniPopes DaniPopes changed the title chore: remove version from workspace dependencies chore: relax version in workspace dependencies Jun 18, 2024
@DaniPopes DaniPopes force-pushed the dani/rm-workspace-version branch from d3af271 to df2a398 Compare June 18, 2024 17:39
@DaniPopes DaniPopes merged commit 707fdb5 into main Jun 18, 2024
22 checks passed
@DaniPopes DaniPopes deleted the dani/rm-workspace-version branch June 18, 2024 18:11
ben186 pushed a commit to ben186/alloy that referenced this pull request Jul 27, 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