Cargo: Bump version to 1.4.0
This commit is contained in:
parent
1e88c1cca8
commit
b58441b90e
2 changed files with 2 additions and 2 deletions
2
Cargo.lock
generated
2
Cargo.lock
generated
|
@ -405,7 +405,7 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "restic-integrity"
|
name = "restic-integrity"
|
||||||
version = "1.3.1"
|
version = "1.4.0"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"chrono",
|
"chrono",
|
||||||
"clap",
|
"clap",
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "restic-integrity"
|
name = "restic-integrity"
|
||||||
version = "1.3.1"
|
version = "1.4.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