diff options
| -rwxr-xr-x | Cargo.toml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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"] |
