Enforce MagickWand version in build.rs

It is very easy to overlook the version of MagickWand mentioned in the
README, so make sure the build system enforces it.

Fixes #19

cargo test passes
This commit is contained in:
Nathan Fiedler
2016-10-16 11:00:06 -07:00
parent cb40925af0
commit b63f25c550
4 changed files with 33 additions and 2 deletions

View File

@ -1,6 +1,6 @@
[package]
name = "magick_rust"
version = "0.5.2"
version = "0.6.1"
authors = ["Nathan Fiedler <nathanfiedler@fastmail.fm>"]
description = "Selection of Rust bindings for the ImageMagick library."
homepage = "https://github.com/nlfiedler/magick-rust"