diff --git a/Cargo.lock b/Cargo.lock index cbf7296..f0bf2cf 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -364,7 +364,7 @@ checksum = "a3f87b73ce11b1619a3c6332f45341e0047173771e8b8b73f87bfeefb7b56244" [[package]] name = "restic-integrity" -version = "1.2.0" +version = "1.2.1" dependencies = [ "clap", "indicatif", diff --git a/Cargo.toml b/Cargo.toml index 3b6499f..6a6d4e3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "restic-integrity" -version = "1.2.0" +version = "1.2.1" edition = "2021" authors = [ "networkException" ] description = "Check the integrity of a restic repository without unlocking it"