Skip to content

Commit

Permalink
Removed unneeded bindgen features (#491)
Browse files Browse the repository at this point in the history
  • Loading branch information
Kixunil committed Jan 19, 2021
1 parent ccf6ae3 commit ff5640a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion librocksdb-sys/Cargo.toml
Expand Up @@ -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"

0 comments on commit ff5640a

Please sign in to comment.