From ff5640a50d075bc0d96ad63f4354823f9bfaa16f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Habov=C5=A1tiak?= Date: Tue, 19 Jan 2021 11:32:21 +0100 Subject: [PATCH] Removed unneeded bindgen features (#491) --- 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 5ec782db9..7d2f6adbc 100644 --- a/librocksdb-sys/Cargo.toml +++ b/librocksdb-sys/Cargo.toml @@ -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"