From 17cd51259ea31a14666e7d79370ea81d2a1c676a Mon Sep 17 00:00:00 2001 From: Josh Holmer Date: Sun, 1 Nov 2020 20:12:49 -0500 Subject: [PATCH] Bump minimum version in readme --- README.md | 2 +- README.template.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 31c6ca2d..be6df962 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ cargo build --release cp target/release/oxipng /usr/local/bin ``` -The current minimum supported Rust version is **1.41.0**. +The current minimum supported Rust version is **1.47.0**. Oxipng follows Semantic Versioning. diff --git a/README.template.md b/README.template.md index 8f3ba013..e7a85cfa 100644 --- a/README.template.md +++ b/README.template.md @@ -30,7 +30,7 @@ cargo build --release cp target/release/oxipng /usr/local/bin ``` -The current minimum supported Rust version is **1.41.0**. +The current minimum supported Rust version is **1.47.0**. Oxipng follows Semantic Versioning.