Cargo: Bump version to 1.2.2

This commit is contained in:
networkException 2024-06-18 21:15:43 +02:00
parent 89c408bc2e
commit 07c4ddb7f5
Signed by: networkException
GPG key ID: E3877443AE684391
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View file

@ -349,7 +349,7 @@ checksum = "7a66a03ae7c801facd77a29370b4faec201768915ac14a721ba36f20bc9c209b"
[[package]]
name = "restic-integrity"
version = "1.2.1"
version = "1.2.2"
dependencies = [
"clap",
"indicatif",

View file

@ -1,6 +1,6 @@
[package]
name = "restic-integrity"
version = "1.2.1"
version = "1.2.2"
edition = "2021"
authors = [ "networkException" ]
description = "Check the integrity of a restic repository without unlocking it"