Merge pull request #237 from Hywan/fix-runtime-c-api-cbindgen-version

fix(runtime-c-api) Update `cbindgen`
This commit is contained in:
Syrus Akbary 2019-03-05 16:37:45 -08:00 committed by GitHub
commit e7e0fa813a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -17,7 +17,7 @@ libc = "0.2"
crate-type = ["cdylib"]
[build-dependencies]
cbindgen = { version = "0.7.1", optional = true }
cbindgen = { version = "0.8", optional = true }
[features]
generate-c-api-headers = ["cbindgen"]