Move MRSV statement higher up in readme.

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

View File

@ -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

View File

@ -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