Removed unneeded bindgen features (#491)

master
Martin Habovštiak 4 years ago committed by GitHub
parent ccf6ae3aff
commit ff5640a50d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      librocksdb-sys/Cargo.toml

@ -29,5 +29,5 @@ uuid = { version = "0.8", features = ["v4"] }
[build-dependencies]
cc = { version = "^1.0", features = ["parallel"] }
bindgen = "0.55"
bindgen = { version = "0.55", default-features = false, features = ["runtime"] }
glob = "0.3"

Loading…
Cancel
Save