From f5f3daee8c15bbd103ea3587edfee9dbd4c26dcc Mon Sep 17 00:00:00 2001 From: Botahamec Date: Mon, 27 May 2024 00:33:31 -0400 Subject: Set MSRV --- Cargo.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 69b9ef7..2413191 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,8 +1,9 @@ [package] name = "happylock" -version = "0.2.0" +version = "0.2.1" authors = ["Mica White "] edition = "2021" +rust-version = "1.65" description = "Free deadlock prevention" documentation = "https://docs.rs/happylock" readme = "README.md" -- cgit v1.2.3