From 44875d5860f193064351f2cccfdf254c59f7e597 Mon Sep 17 00:00:00 2001 From: Sebastian Schmidt Date: Sun, 20 Feb 2022 09:43:47 +0200 Subject: [PATCH] Add MSRV to Cargo.toml. --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index ac1ac17..ba40632 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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" }