Bump versions
This commit is contained in:
parent
e3dfdbffe6
commit
febf960b39
3 changed files with 6 additions and 6 deletions
|
@ -5,7 +5,7 @@
|
|||
name = "openpgp-card-sequoia"
|
||||
description = "Wrapper of openpgp-card for use with Sequoia PGP"
|
||||
license = "MIT OR Apache-2.0"
|
||||
version = "0.0.12"
|
||||
version = "0.0.13"
|
||||
authors = ["Heiko Schaefer <heiko@schaefer.name>"]
|
||||
edition = "2018"
|
||||
repository = "https://gitlab.com/hkos/openpgp-card"
|
||||
|
@ -14,7 +14,7 @@ documentation = "https://docs.rs/crate/openpgp-card-sequoia"
|
|||
[dependencies]
|
||||
sequoia-openpgp = "1.4"
|
||||
nettle = "7"
|
||||
openpgp-card = { path = "../openpgp-card", version = "0.2.5" }
|
||||
openpgp-card = { path = "../openpgp-card", version = "0.2.6" }
|
||||
chrono = "0.4"
|
||||
anyhow = "1"
|
||||
thiserror = "1"
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
name = "openpgp-card"
|
||||
description = "A client implementation for the OpenPGP card specification"
|
||||
license = "MIT OR Apache-2.0"
|
||||
version = "0.2.5"
|
||||
version = "0.2.6"
|
||||
authors = ["Heiko Schaefer <heiko@schaefer.name>"]
|
||||
edition = "2018"
|
||||
repository = "https://gitlab.com/hkos/openpgp-card"
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
name = "openpgp-card-tools"
|
||||
description = "CLI tools for OpenPGP cards"
|
||||
license = "MIT OR Apache-2.0"
|
||||
version = "0.0.10"
|
||||
version = "0.0.11"
|
||||
authors = ["Heiko Schaefer <heiko@schaefer.name>"]
|
||||
edition = "2018"
|
||||
repository = "https://gitlab.com/hkos/openpgp-card"
|
||||
|
@ -13,9 +13,9 @@ documentation = "https://docs.rs/crate/openpgp-card-tools"
|
|||
|
||||
[dependencies]
|
||||
sequoia-openpgp = "1.3"
|
||||
openpgp-card = { path = "../openpgp-card", version = "0.2.5" }
|
||||
openpgp-card = { path = "../openpgp-card", version = "0.2.6" }
|
||||
openpgp-card-pcsc = { path = "../pcsc", version = "0.2" }
|
||||
openpgp-card-sequoia = { path = "../openpgp-card-sequoia", version = "0.0.12" }
|
||||
openpgp-card-sequoia = { path = "../openpgp-card-sequoia", version = "0.0.13" }
|
||||
sshkeys = "0.3.2"
|
||||
pem = "1"
|
||||
rpassword = "6"
|
||||
|
|
Loading…
Reference in a new issue