From 2dedbda4b1b268128c248afaf87b7dd15d3f2b5b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kornel=20Lesin=CC=81ski?= Date: Fri, 23 Aug 2019 13:27:09 +0100 Subject: [PATCH] Bump Rust version --- .travis.yml | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index f3548d3c..626b2b9d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,7 +11,7 @@ matrix: env: TARGET=x86_64-apple-darwin cache: cargo - os: linux - rust: 1.34.0 + rust: 1.36.0 env: TARGET=x86_64-unknown-linux-gnu cache: cargo - os: linux diff --git a/README.md b/README.md index dbb9ebfd..b3d252c7 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.34.0**. Oxipng may compile on earlier versions of Rust, +The current minimum supported Rust version is **1.36.0**. Oxipng may compile on earlier versions of Rust, but there is no guarantee. Oxipng follows Semantic Versioning.