Release: openpgp-card 0.2.4, openpgp-card-tools 0.0.9

This commit is contained in:
Heiko Schaefer 2022-04-23 21:23:53 +02:00
parent b795f32f09
commit 3df649d149
No known key found for this signature in database
GPG key ID: 4A849A1904CCBD7D
2 changed files with 3 additions and 3 deletions

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.3" version = "0.2.4"
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.8" version = "0.0.9"
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,7 +13,7 @@ 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.3" } openpgp-card = { path = "../openpgp-card", version = "0.2.4" }
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.11" }
sshkeys = "0.3.2" sshkeys = "0.3.2"