From 18888c10fb12d4113c99dad76d386239c0f9208a Mon Sep 17 00:00:00 2001 From: LongYinan Date: Thu, 15 Oct 2020 16:42:14 +0800 Subject: [PATCH] build(sys): reduce build dependencies --- sys/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/Cargo.toml b/sys/Cargo.toml index 5948f892..4fd01c58 100644 --- a/sys/Cargo.toml +++ b/sys/Cargo.toml @@ -14,7 +14,7 @@ version = "0.4.7" tar = "0.4" [build-dependencies] -bindgen = "0.55" +bindgen = {version = "0.55", default-features = false, features = ["logging"]} glob = "0.3" regex = "1.3" semver = "0.11"