Bump versions:

- openpgp-card 0.2.5
- openpgp-card-sequoia 0.0.12
- openpgp-tools 0.0.10
This commit is contained in:
Heiko Schaefer 2022-05-24 15:08:48 +02:00
parent ff1ef2a316
commit cd40e2bae4
No known key found for this signature in database
GPG key ID: 4A849A1904CCBD7D
3 changed files with 6 additions and 6 deletions

View file

@ -5,7 +5,7 @@
name = "openpgp-card-sequoia" name = "openpgp-card-sequoia"
description = "Wrapper of openpgp-card for use with Sequoia PGP" description = "Wrapper of openpgp-card for use with Sequoia PGP"
license = "MIT OR Apache-2.0" license = "MIT OR Apache-2.0"
version = "0.0.11" version = "0.0.12"
authors = ["Heiko Schaefer <heiko@schaefer.name>"] authors = ["Heiko Schaefer <heiko@schaefer.name>"]
edition = "2018" edition = "2018"
repository = "https://gitlab.com/hkos/openpgp-card" repository = "https://gitlab.com/hkos/openpgp-card"
@ -14,7 +14,7 @@ documentation = "https://docs.rs/crate/openpgp-card-sequoia"
[dependencies] [dependencies]
sequoia-openpgp = "1.4" sequoia-openpgp = "1.4"
nettle = "7" nettle = "7"
openpgp-card = { path = "../openpgp-card", version = "0.2" } openpgp-card = { path = "../openpgp-card", version = "0.2.5" }
chrono = "0.4" chrono = "0.4"
anyhow = "1" anyhow = "1"
thiserror = "1" thiserror = "1"

View file

@ -5,7 +5,7 @@
name = "openpgp-card" name = "openpgp-card"
description = "A client implementation for the OpenPGP card specification" description = "A client implementation for the OpenPGP card specification"
license = "MIT OR Apache-2.0" license = "MIT OR Apache-2.0"
version = "0.2.4" version = "0.2.5"
authors = ["Heiko Schaefer <heiko@schaefer.name>"] authors = ["Heiko Schaefer <heiko@schaefer.name>"]
edition = "2018" edition = "2018"
repository = "https://gitlab.com/hkos/openpgp-card" repository = "https://gitlab.com/hkos/openpgp-card"

View file

@ -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.9" version = "0.0.10"
authors = ["Heiko Schaefer <heiko@schaefer.name>"] authors = ["Heiko Schaefer <heiko@schaefer.name>"]
edition = "2018" edition = "2018"
repository = "https://gitlab.com/hkos/openpgp-card" repository = "https://gitlab.com/hkos/openpgp-card"
@ -13,9 +13,9 @@ documentation = "https://docs.rs/crate/openpgp-card-tools"
[dependencies] [dependencies]
sequoia-openpgp = "1.3" sequoia-openpgp = "1.3"
openpgp-card = { path = "../openpgp-card", version = "0.2.4" } openpgp-card = { path = "../openpgp-card", version = "0.2.5" }
openpgp-card-pcsc = { path = "../pcsc", version = "0.2" } openpgp-card-pcsc = { path = "../pcsc", version = "0.2" }
openpgp-card-sequoia = { path = "../openpgp-card-sequoia", version = "0.0.11" } openpgp-card-sequoia = { path = "../openpgp-card-sequoia", version = "0.0.12" }
sshkeys = "0.3.2" sshkeys = "0.3.2"
pem = "1" pem = "1"
rpassword = "6" rpassword = "6"