From b28f7deeb74dd572c3ec880c74da435e77917a6f Mon Sep 17 00:00:00 2001 From: Chen Yuheng Date: Mon, 1 Jun 2020 20:18:27 +0800 Subject: [PATCH] Raise minimum rustc support to 1.31 --- saphyr/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/saphyr/README.md b/saphyr/README.md index 5abb430..840ff94 100644 --- a/saphyr/README.md +++ b/saphyr/README.md @@ -105,7 +105,7 @@ so it may not be a huge problem for most users. ## Minimum Rust version policy -This crate's minimum supported `rustc` version is 1.28, as this is the currently known minimum version for [`regex`](https://crates.io/crates/regex#minimum-rust-version-policy) as well. +This crate's minimum supported `rustc` version is 1.31 (released with Rust 2018, after v0.4.3), as this is the currently known minimum version for [`regex`](https://crates.io/crates/regex#minimum-rust-version-policy) as well. ## License