diff --git a/Cargo.lock b/Cargo.lock index 0a5a270..2df9572 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -365,7 +365,7 @@ checksum = "f497285884f3fcff424ffc933e56d7cbca511def0c9831a7f9b5f6153e3cc89b" [[package]] name = "restic-integrity" -version = "1.1.0" +version = "1.2.0" dependencies = [ "clap", "indicatif", diff --git a/Cargo.toml b/Cargo.toml index 3be7af6..59586dc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "restic-integrity" -version = "1.1.0" +version = "1.2.0" edition = "2021" authors = [ "networkException" ] description = "Check the integrity of a restic repository without unlocking it"