summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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"