Skip to content

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

Open
jeanphilippeD wants to merge 1 commit into
tikv:masterfrom
jeanphilippeD:0.5.1
Open

Fix protobuf dependency invalid semver for cargo 1.54 for v0.5.x#451
jeanphilippeD wants to merge 1 commit into
tikv:masterfrom
jeanphilippeD:0.5.1

Conversation

@jeanphilippeD

Copy link
Copy Markdown

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

@BusyJay BusyJay left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Thanks!

@BusyJay

BusyJay commented Aug 2, 2021

Copy link
Copy Markdown
Member

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
Copy Markdown
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.

2 participants