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:
@ -5,6 +5,12 @@ This project adheres to [Semantic Versioning](http://semver.org/).
|
||||
This file follows the convention described at
|
||||
[Keep a Changelog](http://keepachangelog.com/en/1.0.0/).
|
||||
|
||||
## [Unreleased]
|
||||
### Changed
|
||||
- Updated `bindgen` dependency to latest release and fixed compiler issues.
|
||||
Enum definitions changed again, default in bindgen is different now, and
|
||||
using `default_enum_style()` caused endless compiler errors.
|
||||
|
||||
## [0.10.0] - 2018-08-11
|
||||
### Added
|
||||
- Mewp: Add ping_image and ping_image_blob functions.
|
||||
|
||||
Reference in New Issue
Block a user