chore: prepare for 0.20.0 release

This commit is contained in:
Nathan Fiedler
2024-02-25 20:45:31 -08:00
parent bbe1aae608
commit a2d2a5fbc8
2 changed files with 7 additions and 8 deletions

View File

@ -1,6 +1,6 @@
[package]
name = "magick_rust"
version = "0.19.1"
version = "0.20.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.68.1"
bindgen = "0.69.4"
pkg-config = "0.3"
[features]