Update Dockerfile to rust 1.22, latest ImageMagick

Using latest bitflags crate requires a newer version of Rust.

cargo test passes
This commit is contained in:
Nathan Fiedler
2017-12-22 20:12:58 -08:00
parent 25547a9178
commit 7e33bda69f
3 changed files with 5 additions and 4 deletions

View File

@ -4,8 +4,8 @@ A somewhat safe Rust interface to the [ImageMagick](http://www.imagemagick.org/)
## Dependencies
* Rust (~latest release) (on Windows you will require MSVC version)
* Cargo (~latest release)
* Rust 1.20 or higher (on Windows you will require MSVC version)
* Cargo 0.20 or higher
* ImageMagick (version 7.0.x)
- Does _not_ work with ImageMagick 6.x due to backward incompatible changes.
- [FreeBSD](https://www.freebsd.org): `sudo pkg install ImageMagick7`