diff --git a/Cargo.lock b/Cargo.lock index caecbc0..47a2d79 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -443,7 +443,7 @@ checksum = "7a66a03ae7c801facd77a29370b4faec201768915ac14a721ba36f20bc9c209b" [[package]] name = "restic-integrity" -version = "1.2.2" +version = "1.3.0" dependencies = [ "chrono", "clap", diff --git a/Cargo.toml b/Cargo.toml index ccdfbe5..d82fe68 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "restic-integrity" -version = "1.2.2" +version = "1.3.0" edition = "2021" authors = [ "networkException" ] description = "Check the integrity of a restic repository without unlocking it"