diff options
| author | Mica White <botahamec@outlook.com> | 2026-02-07 13:20:30 -0500 |
|---|---|---|
| committer | Mica White <botahamec@outlook.com> | 2026-02-07 13:20:30 -0500 |
| commit | 5b37ad68d3b1d5681ddf0b48403d5559d086feae (patch) | |
| tree | bb1197ca5361d8d1b720130e4787238faa6182a0 /Cargo.toml | |
| parent | 055e6fd92326e4796dccd13948b400719f65b546 (diff) | |
Update version number
Diffstat (limited to 'Cargo.toml')
| -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"] |
