From 268eb2c6fda8eb89249f0fcebd7324772026ce41 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 --- parser/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/parser/README.md b/parser/README.md index 5abb430..840ff94 100644 --- a/parser/README.md +++ b/parser/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