summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xCargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 5c62d6a..0c2c636 100755
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,13 +1,13 @@
[package]
name = "happylock"
-version = "0.5.0"
+version = "0.5.1"
authors = ["Mica White <botahamec@outlook.com>"]
edition = "2021"
rust-version = "1.82"
description = "Free deadlock prevention"
documentation = "https://docs.rs/happylock"
readme = "README.md"
-repository = "https://github.com/botahamec/happylock/"
+repository = "https://www.botahamec.dev/cgit/happylock"
license = "CC0-1.0"
keywords = ["deadlock", "mutex", "rwlock"]
categories = ["concurrency"]