Bump bindgen version (#460)

master
Jens 4 years ago committed by GitHub
parent 00abac7504
commit 29802a4b71
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      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"

Loading…
Cancel
Save