summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBotahamec <botahamec@outlook.com>2024-05-27 00:33:31 -0400
committerBotahamec <botahamec@outlook.com>2024-05-27 00:33:31 -0400
commitf5f3daee8c15bbd103ea3587edfee9dbd4c26dcc (patch)
tree06c2741784b3cbcfa56dc2c41b7599313fa3a257
parent329bb3a2230fd2c26edde116c7dad2f9a37c199d (diff)
Set MSRV
-rw-r--r--Cargo.toml3
1 files changed, 2 insertions, 1 deletions
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 <botahamec@outlook.com>"]
edition = "2021"
+rust-version = "1.65"
description = "Free deadlock prevention"
documentation = "https://docs.rs/happylock"
readme = "README.md"