fix(sys): bindgen build

This commit is contained in:
LongYinan 2020-10-15 16:48:42 +08:00
parent 99fd61897f
commit 062370ba5c
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 = {version = "0.55", default-features = false, features = ["logging"]}
bindgen = {version = "0.55", default-features = false, features = ["logging", "runtime"]}
glob = "0.3"
regex = "1.3"
semver = "0.11"