diff --git a/librocksdb-sys/Cargo.toml b/librocksdb-sys/Cargo.toml index b1b0073..5ec782d 100644 --- a/librocksdb-sys/Cargo.toml +++ b/librocksdb-sys/Cargo.toml @@ -9,7 +9,6 @@ readme = "README.md" repository = "https://github.com/rust-rocksdb/rust-rocksdb" keywords = [ "bindings", "ffi", "rocksdb" ] categories = [ "api-bindings", "database", "external-ffi-bindings" ] - links = "rocksdb" [features] @@ -30,5 +29,5 @@ uuid = { version = "0.8", features = ["v4"] } [build-dependencies] cc = { version = "^1.0", features = ["parallel"] } -bindgen = "0.54" +bindgen = "0.55" glob = "0.3"