From 4b1a47e9029b0037e46f0c74a3d8d394b88d13df Mon Sep 17 00:00:00 2001 From: Josh Holmer Date: Tue, 31 Mar 2020 20:57:50 -0400 Subject: [PATCH] Bump minimum rust version to 1.41 --- .travis.yml | 2 +- README.md | 2 +- README.template.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 626b2b9d..6e4b97f7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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 diff --git a/README.md b/README.md index 5d524d9d..1bd742ea 100644 --- a/README.md +++ b/README.md @@ -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. diff --git a/README.template.md b/README.template.md index 942e6148..c1d6adf5 100644 --- a/README.template.md +++ b/README.template.md @@ -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.