Release pcsc and -sequoia

This commit is contained in:
Heiko Schaefer 2021-09-11 13:02:54 +02:00
parent 3b3a3b5064
commit fe06db3510
2 changed files with 3 additions and 3 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.2" version = "0.0.3"
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.3" sequoia-openpgp = "1.3"
openpgp-card = { path = "../openpgp-card", version = "0.0.4" } openpgp-card = { path = "../openpgp-card", version = "0.0.4" }
openpgp-card-pcsc = { path = "../pcsc", version = "0.0.3" } openpgp-card-pcsc = { path = "../pcsc", version = "0.0.4" }
openpgp-card-scdc = { path = "../scdc", version = "0.0.2" } openpgp-card-scdc = { path = "../scdc", version = "0.0.2" }
chrono = "0.4" chrono = "0.4"
anyhow = "1" anyhow = "1"

View file

@ -6,7 +6,7 @@ name = "openpgp-card-pcsc"
description = "PCSC OpenPGP card backend, for use with the openpgp-card crate" description = "PCSC OpenPGP card backend, for use with the openpgp-card crate"
authors = ["Heiko Schaefer <heiko@schaefer.name>"] authors = ["Heiko Schaefer <heiko@schaefer.name>"]
license = "MIT OR Apache-2.0" license = "MIT OR Apache-2.0"
version = "0.0.3" version = "0.0.4"
edition = "2018" edition = "2018"
repository = "https://gitlab.com/hkos/openpgp-card" repository = "https://gitlab.com/hkos/openpgp-card"
documentation = "https://docs.rs/crate/openpgp-card-pcsc" documentation = "https://docs.rs/crate/openpgp-card-pcsc"