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

Fix protobuf dependency invalid semver for cargo 1.54 for v0.5.x #451

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

jeanphilippeD
Copy link

With this, rust-lang/cargo#9508, the dependency can no longer be used.
What was picked with 1.53 cargo was ~2.0, so use that instead.

This needs to be a new branch 0.5.1 that I branched from tag v0.5.0

Test:
Verify dependency can now be used.
protobuf in cargo.lock is unchanged in my dependent project.

BusyJay
BusyJay previously approved these changes Aug 2, 2021
Copy link
Member

@BusyJay BusyJay left a comment

Choose a reason for hiding this comment

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

Thanks!

@BusyJay
Copy link
Member

BusyJay commented Aug 2, 2021

You need to sign off your commits.

With this, rust-lang/cargo#9508, the dependency can no longer be used.
What was picked with 1.53 cargo was ~2.0, so use that instead.

Test:
verify dependency can now be used

Signed-off-by: Jean-Philippe DUFRAIGNE <j.dufraigne@gmail.com>
@jeanphilippeD
Copy link
Author

Thanks, Added the sign off line in the commit now.

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.

None yet

2 participants