chore: update bindgen and prepare for release

This commit is contained in:
Nathan Fiedler
2022-12-10 11:39:01 -08:00
parent bc0b4960c6
commit c4ec37d1cc
3 changed files with 6 additions and 4 deletions

View File

@ -1,6 +1,6 @@
[package]
name = "magick_rust"
version = "0.16.0"
version = "0.17.0"
authors = ["Nathan Fiedler <nathanfiedler@fastmail.fm>"]
description = "Selection of Rust bindings for the ImageMagick library."
homepage = "https://github.com/nlfiedler/magick-rust"
@ -14,7 +14,7 @@ build = "build.rs"
libc = "0.2"
[build-dependencies]
bindgen = "0.60"
bindgen = "0.63"
pkg-config = "0.3"
[features]