From 65e4d57e8874254b0067bebd3d5a4ad911969247 Mon Sep 17 00:00:00 2001 From: Josh Holmer Date: Sun, 24 May 2020 20:02:10 -0400 Subject: [PATCH] Remove statement from Readme which is no longer true --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 973a7a42..85ac9a1e 100644 --- a/README.md +++ b/README.md @@ -27,8 +27,7 @@ cargo build --release cp target/release/oxipng /usr/local/bin ``` -The current minimum supported Rust version is **1.41.0**. Oxipng may compile on earlier versions of Rust, -but there is no guarantee. +The current minimum supported Rust version is **1.41.0**. Oxipng follows Semantic Versioning.