Remove bindgen defaut features

This commit is contained in:
gwenn 2019-07-03 21:12:47 +02:00
parent 54ccb0d026
commit 8070f3cbe6

View File

@ -29,7 +29,7 @@ preupdate_hook = []
session = ["preupdate_hook"]
[build-dependencies]
bindgen = { version = "0.50", optional = true }
bindgen = { version = "0.50", optional = true, default-features = false }
pkg-config = { version = "0.3", optional = true }
cc = { version = "1.0", optional = true }