Update MSRV.
This commit is contained in:
parent
27ce5300a7
commit
63b8a43bd6
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user