-
Notifications
You must be signed in to change notification settings - Fork 98
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
Tags with +suffix
breaking vendoring?
#549
Comments
Hmm interesting, there's two parts of the code which come to mind:
Do you have a reproduction I can test out further? |
@ipetkov one more repro -- this time with branch name |
This is a bug in cargo, not in crane. See rust-lang/cargo#14584. |
Update: this issue has already been fixed in cargo, but the lockfile needs to be updated to |
Thank you for the reproduction @avnik and thank you for the insight that this is a cargo bug @thecaralice ! Sounds like there isn't anything we can do on the |
We've tried to use a dependency in
Cargo.lock
that refers to a git repo with tag that contained+suffix
, and we got a weird error:cargo build
andcargo vendor
work locally just fine. After changing the tag name to not contains+suffix
, the problem went away.The text was updated successfully, but these errors were encountered: