Upgrade dependency bindgen (0.59 -> 0.60)
This commit is contained in:
@ -8,6 +8,7 @@ This file follows the convention described at
|
|||||||
## Unreleased
|
## Unreleased
|
||||||
### Added
|
### Added
|
||||||
- walterbm: Add support for image deskew.
|
- walterbm: Add support for image deskew.
|
||||||
|
- DCjanus: Upgrade dependency `bindgen` (0.59 -> 0.60)
|
||||||
|
|
||||||
## [0.16.0] - 2022-04-09
|
## [0.16.0] - 2022-04-09
|
||||||
### Added
|
### Added
|
||||||
|
|||||||
@ -14,7 +14,7 @@ build = "build.rs"
|
|||||||
libc = "0.2"
|
libc = "0.2"
|
||||||
|
|
||||||
[build-dependencies]
|
[build-dependencies]
|
||||||
bindgen = "0.59"
|
bindgen = "0.60"
|
||||||
pkg-config = "0.3"
|
pkg-config = "0.3"
|
||||||
|
|
||||||
[features]
|
[features]
|
||||||
|
|||||||
Reference in New Issue
Block a user