diff options
| author | Botahamec <botahamec@outlook.com> | 2024-05-27 00:33:31 -0400 |
|---|---|---|
| committer | Botahamec <botahamec@outlook.com> | 2024-05-27 00:33:31 -0400 |
| commit | f5f3daee8c15bbd103ea3587edfee9dbd4c26dcc (patch) | |
| tree | 06c2741784b3cbcfa56dc2c41b7599313fa3a257 /Cargo.toml | |
| parent | 329bb3a2230fd2c26edde116c7dad2f9a37c199d (diff) | |
Set MSRV
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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" |
