From bb56b140787ed6c1a364fbee7413b651b85afecb Mon Sep 17 00:00:00 2001 From: TehPers Date: Mon, 12 Aug 2024 22:16:48 -0700 Subject: [PATCH] Add a super conservative msrv --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index ce1a1be..0201ad0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,6 +10,7 @@ categories = [ "development-tools::testing", ] keywords = ["assert", "assertions", "async", "matchers", "testing"] +rust-version = "1.80.1" publish = false # TODO: remove this when ready to publish [features]