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

Removed unneeded bindgen features #181

Merged
merged 1 commit into from Jan 20, 2022
Merged

Conversation

SeeSpring
Copy link
Contributor

Some features of bindgen are not needed when building the library and
lead to unused dependencies (mainly clap). This change deactivates all
bindgen features except for runtime which is required for build to
work.

See also rust-rocksdb/rust-rocksdb#491

Some features of bindgen are not needed when building the library and
lead to unused dependencies (mainly `clap`). This change deactivates all
`bindgen` features except for `runtime` which is required for build to
work.

See also rust-rocksdb/rust-rocksdb#491
@sameer
Copy link
Collaborator

sameer commented Jan 20, 2022

Thanks!

@sameer sameer merged commit bb00d09 into prove-rs:master Jan 20, 2022
@SeeSpring SeeSpring deleted the trim-bindgen branch July 27, 2022 00:16
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