Prepare for the 0.15.0 release

This commit is contained in:
Nathan Fiedler
2021-08-10 06:35:56 -07:00
parent cfd9849604
commit 32f854cd6f
3 changed files with 16 additions and 3 deletions

View File

@ -1,6 +1,6 @@
[package]
name = "magick_rust"
version = "0.14.0"
version = "0.15.0"
authors = ["Nathan Fiedler <nathanfiedler@fastmail.fm>"]
description = "Selection of Rust bindings for the ImageMagick library."
homepage = "https://github.com/nlfiedler/magick-rust"
@ -18,6 +18,5 @@ bindgen = "0.59"
pkg-config = "0.3"
[features]
# Workaround for bindgen bug when ImageMagick is compiled with disable-hdri
disable-hdri = []