chore: prepare for 0.19 release

This commit is contained in:
Nathan Fiedler
2023-06-19 10:23:17 -07:00
parent dc34cecc68
commit ce0792f27b
2 changed files with 8 additions and 2 deletions

View File

@ -1,6 +1,6 @@
[package]
name = "magick_rust"
version = "0.18.0"
version = "0.19.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.65.1"
bindgen = "0.66.1"
pkg-config = "0.3"
[features]