Bump version
This commit is contained in:
parent
9309658d39
commit
e5537c04f5
1 changed files with 2 additions and 2 deletions
|
@ -5,7 +5,7 @@
|
||||||
name = "openpgp-card-tools"
|
name = "openpgp-card-tools"
|
||||||
description = "CLI tools for OpenPGP cards"
|
description = "CLI tools for OpenPGP cards"
|
||||||
license = "MIT OR Apache-2.0"
|
license = "MIT OR Apache-2.0"
|
||||||
version = "0.0.12"
|
version = "0.0.13"
|
||||||
authors = ["Heiko Schaefer <heiko@schaefer.name>"]
|
authors = ["Heiko Schaefer <heiko@schaefer.name>"]
|
||||||
edition = "2018"
|
edition = "2018"
|
||||||
repository = "https://gitlab.com/openpgp-card/openpgp-card"
|
repository = "https://gitlab.com/openpgp-card/openpgp-card"
|
||||||
|
@ -20,6 +20,6 @@ sshkeys = "0.3.2"
|
||||||
pem = "1"
|
pem = "1"
|
||||||
rpassword = "6"
|
rpassword = "6"
|
||||||
anyhow = "1"
|
anyhow = "1"
|
||||||
clap = { version = "3.1", features = ["derive"] }
|
clap = { version = "3", features = ["derive"] }
|
||||||
env_logger = "0.9"
|
env_logger = "0.9"
|
||||||
log = "0.4"
|
log = "0.4"
|
||||||
|
|
Loading…
Reference in a new issue