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

grpc-sys: downgrade bindgen #452

Merged
merged 1 commit into from
Mar 31, 2020
Merged

Conversation

BusyJay
Copy link
Member

@BusyJay BusyJay commented Mar 31, 2020

Due to rust-lang/cargo#5237, upgrading bindgen is not backward
compatible.

@BusyJay BusyJay added the BugFix PR fixes bugs label Mar 31, 2020
Due to rust-lang/cargo#5237, upgrading bindgen is not backward
compatible.

Signed-off-by: Jay Lee <[email protected]>
@hunterlxt
Copy link
Member

Can you link to some known related issues we found here?

@BusyJay
Copy link
Member Author

BusyJay commented Mar 31, 2020

Can you link to some known related issues we found here?

Yes, it was provided in the PR description.

@BusyJay BusyJay merged commit acfa3a4 into tikv:master Mar 31, 2020
@BusyJay BusyJay deleted the revert-upgrading-bindgen branch March 31, 2020 13:20
@heftig
Copy link
Contributor

heftig commented May 14, 2020

I'm trying to upgrade a project from grpcio 0.4.7 and another dependency is already using bindgen 0.53.2. It seems my options right now are "don't upgrade" and "pin grpcio to 0.5.1".

@heftig
Copy link
Contributor

heftig commented Nov 18, 2020

bindgen should not be upgraded util a minor or major release

You didn't use either the 0.6 or the 0.7 release to bump the bindgen dependency.

@BusyJay
Copy link
Member Author

BusyJay commented Nov 18, 2020

Indeed, I seem to forget about this. Can you send a PR so that I can get it merged when about releasing 0.8?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
BugFix PR fixes bugs
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants