Cargo: Bump version to 1.3.0
This commit is contained in:
parent
2e3c1b6a97
commit
7b96470260
2 changed files with 2 additions and 2 deletions
2
Cargo.lock
generated
2
Cargo.lock
generated
|
@ -443,7 +443,7 @@ checksum = "7a66a03ae7c801facd77a29370b4faec201768915ac14a721ba36f20bc9c209b"
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "restic-integrity"
|
name = "restic-integrity"
|
||||||
version = "1.2.2"
|
version = "1.3.0"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"chrono",
|
"chrono",
|
||||||
"clap",
|
"clap",
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "restic-integrity"
|
name = "restic-integrity"
|
||||||
version = "1.2.2"
|
version = "1.3.0"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
authors = [ "networkException" ]
|
authors = [ "networkException" ]
|
||||||
description = "Check the integrity of a restic repository without unlocking it"
|
description = "Check the integrity of a restic repository without unlocking it"
|
||||||
|
|
Loading…
Reference in a new issue