Bump minimum rust version to 1.41

This commit is contained in:
Josh Holmer 2020-03-31 20:57:50 -04:00
parent 121558bf5c
commit 4b1a47e902
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.36.0
rust: 1.41.0
env: TARGET=x86_64-unknown-linux-gnu
cache: cargo
- os: linux

View file

@ -26,7 +26,7 @@ cargo build --release
cp target/release/oxipng /usr/local/bin
```
The current minimum supported Rust version is **1.36.0**. Oxipng may compile on earlier versions of Rust,
The current minimum supported Rust version is **1.41.0**. Oxipng may compile on earlier versions of Rust,
but there is no guarantee.
Oxipng follows Semantic Versioning.

View file

@ -26,7 +26,7 @@ cargo build --release
cp target/release/oxipng /usr/local/bin
```
The current minimum supported Rust version is **1.36.0**. Oxipng may compile on earlier versions of Rust,
The current minimum supported Rust version is **1.41.0**. Oxipng may compile on earlier versions of Rust,
but there is no guarantee.
Oxipng follows Semantic Versioning.