diff options
| author | Stefan Kreutz <mail@skreutz.com> | 2025-04-10 20:00:54 +0200 |
|---|---|---|
| committer | Stefan Kreutz <mail@skreutz.com> | 2025-04-10 20:00:54 +0200 |
| commit | 74e95c5d2b7d0384af1de8ec98b34cbdbe357ef6 (patch) | |
| tree | c2d3b959dd5ada7c187921cc1167602a8fc64792 /Cargo.toml | |
| parent | 7fdc2a8774ba22a12e16c102720a2b6add0ffb39 (diff) | |
| download | brck-74e95c5d2b7d0384af1de8ec98b34cbdbe357ef6.tar.gz | |
Release version 0.1.2brck-0.1.2
Fixes <https://rustsec.org/advisories/RUSTSEC-2025-0024>.
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,6 +1,6 @@ [package] name = "brck" -version = "0.1.1" +version = "0.1.2" authors = ["Stefan Kreutz <mail@skreutz.com>"] edition = "2021" description = "A simple bit rot checker" |