Release openpgp-card.

This commit is contained in:
Heiko Schaefer 2021-08-26 15:01:59 +02:00
parent 6001eacfa1
commit 9f3ebe8972
3 changed files with 3 additions and 3 deletions

View file

@ -13,7 +13,7 @@ documentation = "https://docs.rs/crate/openpgp-card-sequoia"
[dependencies]
sequoia-openpgp = "1.3"
openpgp-card = { path = "../openpgp-card", version = "0.0.2" }
openpgp-card = { path = "../openpgp-card", version = "0.0.3" }
#openpgp-card-scdc = { path = "../scdc" }
openpgp-card-pcsc = { path = "../pcsc", version = "0.0.1" }
chrono = "0.4"

View file

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

View file

@ -12,7 +12,7 @@ repository = "https://gitlab.com/hkos/openpgp-card"
documentation = "https://docs.rs/crate/openpgp-card-pcsc"
[dependencies]
openpgp-card = { path = "../openpgp-card", version = "0.0.2" }
openpgp-card = { path = "../openpgp-card", version = "0.0.3" }
pcsc = "2"
anyhow = "1"
log = "0.4"