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

bump bindgen back to 0.54 for compatibility with rocksdb #14

Merged
merged 4 commits into from
Nov 24, 2020

Conversation

yaahc
Copy link
Contributor

@yaahc yaahc commented Nov 17, 2020

Prior to this PR, adding a rocksdb dependency to zebra-state causes a dependency resolver error in cargo, because we end up depending on two different versions of clang-sys which can only be linked in once per application.

This change decrements the bindgen version we use from 0.55 to the version used by rocksdb, 0.54, which causes the dependency resolver to find a single version of clang-sys which works for both dependencies.

@yaahc yaahc merged commit 848eb05 into master Nov 24, 2020
@yaahc yaahc deleted the dep-decrement branch November 24, 2020 03:23
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

1 participant