From 0e139e6d4d86bfeb8623ed5cc8ce53dbbcbdbb8b Mon Sep 17 00:00:00 2001 From: Sebastian Schmidt Date: Tue, 13 Jul 2021 15:08:09 +0300 Subject: [PATCH] Update MSRV also in readme. --- CHANGELOG.md | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 56ef872..f9c05b5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ ### Notes - * Minimum supported Rust version (MSRV) increased to `1.46` + * Minimum supported Rust version (MSRV) increased to `1.46.0` * Increased test coverage by adding more test and ignoring untestable files ### Added diff --git a/README.md b/README.md index 6669fd6..8c4d018 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ It is very lightweight and comes with no further dependencies. Evalexpr is [available on crates.io](https://crates.io/crates/evalexpr), and its [API Documentation is available on docs.rs](https://docs.rs/evalexpr). -**Minimum Supported Rust Version:** 1.42.0 +**Minimum Supported Rust Version:** 1.46.0