Remove default-features=false from bindgen (#36)

This commit is contained in:
Will Browning 2021-05-06 23:35:46 +01:00 committed by GitHub
parent a75fcb50d2
commit e0743b1589
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -16,6 +16,6 @@ bitflags = "1.2.1"
ext-php-rs-derive = { version = "=0.0.5", path = "./ext-php-rs-derive" }
[build-dependencies]
bindgen = { version = ">= 0.57.0, < 0.58.1", default-features = false }
bindgen = { version = ">= 0.57.0, < 0.58.1" }
regex = "1"
cc = "1.0.67"