From f98680ded3e9a911d9918b337ee6642111386425 Mon Sep 17 00:00:00 2001 From: Ed Page Date: Thu, 1 Feb 2024 09:55:13 -0600 Subject: [PATCH] Programmatically advertize MSRV This makes it easier for people to see the MSRV on crates.io and will be important as MSRV-aware resolver is developed. --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index e5f5950f..c0e3489e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,6 +10,7 @@ authors = ["Ryan Leckey "] categories = ["config"] license = "MIT OR Apache-2.0" edition = "2018" +rust-version = "1.75" [badges] maintenance = { status = "actively-developed" }