diff --git a/CHANGELOG.md b/CHANGELOG.md index f499be1..edebf86 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,7 @@ This file follows the convention described at ## Unreleased ### Added - walterbm: Add support for image deskew. +- DCjanus: Upgrade dependency `bindgen` (0.59 -> 0.60) ## [0.16.0] - 2022-04-09 ### Added diff --git a/Cargo.toml b/Cargo.toml index 29a81e5..5ce3117 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,7 +14,7 @@ build = "build.rs" libc = "0.2" [build-dependencies] -bindgen = "0.59" +bindgen = "0.60" pkg-config = "0.3" [features]