Add MSRV to Cargo.toml.

This commit is contained in:
Sebastian Schmidt 2022-02-20 09:43:47 +02:00
parent 00a00ada55
commit 44875d5860

View File

@ -11,6 +11,7 @@ documentation = "https://docs.rs/evalexpr"
readme = "README.md"
license = "MIT"
edition = "2018"
rust-version = "1.46.0"
[badges]
maintenance = { status = "actively-developed" }