fix(sys): bindgen build
This commit is contained in:
parent
99fd61897f
commit
062370ba5c
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ version = "0.4.7"
|
||||||
tar = "0.4"
|
tar = "0.4"
|
||||||
|
|
||||||
[build-dependencies]
|
[build-dependencies]
|
||||||
bindgen = {version = "0.55", default-features = false, features = ["logging"]}
|
bindgen = {version = "0.55", default-features = false, features = ["logging", "runtime"]}
|
||||||
glob = "0.3"
|
glob = "0.3"
|
||||||
regex = "1.3"
|
regex = "1.3"
|
||||||
semver = "0.11"
|
semver = "0.11"
|
||||||
|
|
Loading…
Reference in a new issue