Update MSRV also in readme.

This commit is contained in:
Sebastian Schmidt 2021-07-13 15:08:09 +03:00
parent 77659b8181
commit 0e139e6d4d
2 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@
### Notes ### 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 * Increased test coverage by adding more test and ignoring untestable files
### Added ### Added

View File

@ -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). 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
<!-- cargo-sync-readme start --> <!-- cargo-sync-readme start -->