build(sys): reduce build dependencies

This commit is contained in:
LongYinan 2020-10-15 16:42:14 +08:00
parent 9783284e5d
commit 18888c10fb
No known key found for this signature in database
GPG key ID: A3FFE134A3E20881

View file

@ -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"