build(sys): reduce build dependencies
This commit is contained in:
parent
9783284e5d
commit
18888c10fb
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue