Cargo: Bump version to 1.2.2
This commit is contained in:
parent
7ae511ac17
commit
ec963fb675
2 changed files with 2 additions and 2 deletions
2
Cargo.lock
generated
2
Cargo.lock
generated
|
@ -349,7 +349,7 @@ checksum = "7a66a03ae7c801facd77a29370b4faec201768915ac14a721ba36f20bc9c209b"
|
|||
|
||||
[[package]]
|
||||
name = "restic-integrity"
|
||||
version = "1.2.1"
|
||||
version = "1.2.2"
|
||||
dependencies = [
|
||||
"clap",
|
||||
"indicatif",
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue