From 29802a4b71b8e96a3095b84aadbbea3e39e0d074 Mon Sep 17 00:00:00 2001 From: Jens Date: Mon, 31 Aug 2020 10:51:47 +0200 Subject: [PATCH] Bump bindgen version (#460) --- librocksdb-sys/Cargo.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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"