Bump rustc to 1.12.0
This commit is contained in:
parent
7261fa3398
commit
95c9a373bf
3 changed files with 3 additions and 3 deletions
|
|
@ -11,7 +11,7 @@ matrix:
|
||||||
env: TARGET=x86_64-apple-darwin
|
env: TARGET=x86_64-apple-darwin
|
||||||
cache: cargo
|
cache: cargo
|
||||||
- os: linux
|
- os: linux
|
||||||
rust: 1.11.0
|
rust: 1.12.0
|
||||||
env: TARGET=x86_64-unknown-linux-gnu
|
env: TARGET=x86_64-unknown-linux-gnu
|
||||||
cache: cargo
|
cache: cargo
|
||||||
- os: linux
|
- os: linux
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
**Version 0.13.0**
|
**Version 0.13.0**
|
||||||
- Fix bug in certain PNG headers when reducing color type ([#52](https://github.com/shssoichiro/oxipng/issues/52))
|
- 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
|
- [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**
|
**Version 0.12.0**
|
||||||
- Performance optimizations
|
- Performance optimizations
|
||||||
|
|
|
||||||
|
|
@ -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,
|
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.
|
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.
|
but there is no guarantee.
|
||||||
|
|
||||||
Oxipng follows Semantic Versioning.
|
Oxipng follows Semantic Versioning.
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue