Update to latest release of bindgen
Note that all of the enum definitions changed (again?), and now they are flattened into the 'bindings' namespace. This breaks the API in a way that is relatively easy to fix, albeit annoying. Attempts to change the enum generation using default_enum_style() resulted in endless compiler errors. cargo test passes
This commit is contained in:
@ -14,5 +14,5 @@ build = "build.rs"
|
||||
libc = ">=0.2"
|
||||
|
||||
[build-dependencies]
|
||||
bindgen = "0.29"
|
||||
pkg-config = "0.3.9"
|
||||
bindgen = "0.42"
|
||||
pkg-config = "0.3"
|
||||
|
||||
Reference in New Issue
Block a user