From 7d440dd972c9c4aa7112c0ebd36f7af78b1e6f7d Mon Sep 17 00:00:00 2001 From: Sebastian Schmidt Date: Thu, 13 Apr 2023 15:53:19 +0300 Subject: [PATCH] Update readme to reflect MSRV change. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 598e294..5cd2462 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.46.0 +**Minimum Supported Rust Version:** 1.56.1