From 02149cbd83b6650196032d0594155cea293b176c Mon Sep 17 00:00:00 2001 From: Stanislav Panferov Date: Mon, 19 Nov 2018 22:05:16 -0800 Subject: [PATCH] Bump bindgen up to 0.43 --- librocksdb-sys/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/librocksdb-sys/Cargo.toml b/librocksdb-sys/Cargo.toml index 584a957..f9e0059 100644 --- a/librocksdb-sys/Cargo.toml +++ b/librocksdb-sys/Cargo.toml @@ -31,5 +31,5 @@ uuid = { version = "0.7", features = ["v4"] } [build-dependencies] cc = { version = "^1.0", features = ["parallel"] } make-cmd = "0.1" -bindgen = "0.37" +bindgen = "0.43" glob = "0.2.11"