Bump rustc to 1.12.0

This commit is contained in:
Josh Holmer 2016-12-12 13:55:09 -05:00
parent 7261fa3398
commit 95c9a373bf
3 changed files with 3 additions and 3 deletions

View file

@ -11,7 +11,7 @@ matrix:
env: TARGET=x86_64-apple-darwin
cache: cargo
- os: linux
rust: 1.11.0
rust: 1.12.0
env: TARGET=x86_64-unknown-linux-gnu
cache: cargo
- os: linux

View file

@ -1,7 +1,7 @@
**Version 0.13.0**
- Fix bug in certain PNG headers when reducing color type ([#52](https://github.com/shssoichiro/oxipng/issues/52))
- [SEMVER_MAJOR] Reduction functions now take `&mut PngData` and return a `bool` indicating whether the image was reduced
- Bump minimum required rust version to 1.11.0
- Bump minimum required rust version to 1.12.0
**Version 0.12.0**
- Performance optimizations

View file

@ -30,7 +30,7 @@ cp target/release/oxipng /usr/local/bin
Please note that zlib is a required build dependency. Oxipng should work with any 1.x version of zlib,
but you are advised to use the latest version (currently 1.2.8) for security and bug fixes.
The current minimum supported Rust version is **1.11.0**. Oxipng may compile on earlier versions of Rust,
The current minimum supported Rust version is **1.12.0**. Oxipng may compile on earlier versions of Rust,
but there is no guarantee.
Oxipng follows Semantic Versioning.