summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMica White <botahamec@outlook.com>2026-02-07 13:20:30 -0500
committerMica White <botahamec@outlook.com>2026-02-07 13:20:30 -0500
commit5b37ad68d3b1d5681ddf0b48403d5559d086feae (patch)
treebb1197ca5361d8d1b720130e4787238faa6182a0
parent055e6fd92326e4796dccd13948b400719f65b546 (diff)
Update version number
-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"]