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

-dev version causes issues with patching #599

Open
ctron opened this issue Jul 26, 2024 · 1 comment
Open

-dev version causes issues with patching #599

ctron opened this issue Jul 26, 2024 · 1 comment

Comments

@ctron
Copy link
Contributor

ctron commented Jul 26, 2024

Having the versions in git with -dev seems to create issues when patching.

Ideally, one can path a dependency like this:

[patch.crates-io]
goose = { git = "" }

However, due to the fact that goose in git is version 0.17.3-dev, one must also change the original version. In addition, doing that, it breaks the use of goose-eggs, because that still requires 0.17.3, even in its git repo.

@jeremyandrews
Copy link
Member

Solved by #591

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

No branches or pull requests

2 participants