Move MRSV statement higher up in readme.
This commit is contained in:
parent
63b8a43bd6
commit
aeb822db9c
@ -9,12 +9,14 @@ It has a small and easy to use interface and can be easily integrated into any a
|
|||||||
It is very lightweight and comes with no further dependencies.
|
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
|
||||||
|
|
||||||
<!-- cargo-sync-readme start -->
|
<!-- cargo-sync-readme start -->
|
||||||
|
|
||||||
|
|
||||||
## Quickstart
|
## Quickstart
|
||||||
|
|
||||||
Minimum Supported Rust Version: 1.42.0
|
|
||||||
Add `evalexpr` as dependency to your `Cargo.toml`:
|
Add `evalexpr` as dependency to your `Cargo.toml`:
|
||||||
|
|
||||||
```toml
|
```toml
|
||||||
|
@ -1,7 +1,6 @@
|
|||||||
//!
|
//!
|
||||||
//! ## Quickstart
|
//! ## Quickstart
|
||||||
//!
|
//!
|
||||||
//! Minimum Supported Rust Version: 1.42.0
|
|
||||||
//! Add `evalexpr` as dependency to your `Cargo.toml`:
|
//! Add `evalexpr` as dependency to your `Cargo.toml`:
|
||||||
//!
|
//!
|
||||||
//! ```toml
|
//! ```toml
|
||||||
|
Loading…
Reference in New Issue
Block a user