diff --git a/README.md b/README.md index 004dd93..729a535 100644 --- a/README.md +++ b/README.md @@ -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. 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 + ## Quickstart -Minimum Supported Rust Version: 1.42.0 Add `evalexpr` as dependency to your `Cargo.toml`: ```toml diff --git a/src/lib.rs b/src/lib.rs index 8720fc9..02c26bf 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -1,7 +1,6 @@ //! //! ## Quickstart //! -//! Minimum Supported Rust Version: 1.42.0 //! Add `evalexpr` as dependency to your `Cargo.toml`: //! //! ```toml