Update MSRV.

This commit is contained in:
Sebastian Schmidt 2021-06-02 17:43:37 +03:00
parent 27ce5300a7
commit 63b8a43bd6
3 changed files with 3 additions and 2 deletions

View File

@ -10,7 +10,7 @@ jobs:
strategy:
fail-fast: false
matrix:
toolchain: [stable, beta, nightly, 1.26.0, 1.27.0, 1.28.0, 1.29.0]
toolchain: [stable, beta, nightly, 1.42.0]
command:
- name: Check
command: check

View File

@ -14,6 +14,7 @@ Evalexpr is [available on crates.io](https://crates.io/crates/evalexpr), and its
## Quickstart
Minimum Supported Rust Version: 1.42.0
Add `evalexpr` as dependency to your `Cargo.toml`:
```toml

View File

@ -1,7 +1,7 @@
//!
//! ## Quickstart
//!
//! Minimum Supported Rust Version: 1.24.0
//! Minimum Supported Rust Version: 1.42.0
//! Add `evalexpr` as dependency to your `Cargo.toml`:
//!
//! ```toml