Release pcsc, scdc.
This commit is contained in:
parent
9f3ebe8972
commit
fadd327e7c
3 changed files with 3 additions and 3 deletions
|
@ -15,7 +15,7 @@ documentation = "https://docs.rs/crate/openpgp-card-sequoia"
|
|||
sequoia-openpgp = "1.3"
|
||||
openpgp-card = { path = "../openpgp-card", version = "0.0.3" }
|
||||
#openpgp-card-scdc = { path = "../scdc" }
|
||||
openpgp-card-pcsc = { path = "../pcsc", version = "0.0.1" }
|
||||
openpgp-card-pcsc = { path = "../pcsc", version = "0.0.2" }
|
||||
chrono = "0.4"
|
||||
anyhow = "1"
|
||||
thiserror = "1"
|
||||
|
|
|
@ -6,7 +6,7 @@ name = "openpgp-card-pcsc"
|
|||
description = "PCSC OpenPGP card backend, for use with the openpgp-card crate"
|
||||
authors = ["Heiko Schaefer <heiko@schaefer.name>"]
|
||||
license = "MIT OR Apache-2.0"
|
||||
version = "0.0.1"
|
||||
version = "0.0.2"
|
||||
edition = "2018"
|
||||
repository = "https://gitlab.com/hkos/openpgp-card"
|
||||
documentation = "https://docs.rs/crate/openpgp-card-pcsc"
|
||||
|
|
|
@ -12,7 +12,7 @@ repository = "https://gitlab.com/hkos/openpgp-card"
|
|||
documentation = "https://docs.rs/crate/openpgp-card-scdc"
|
||||
|
||||
[dependencies]
|
||||
openpgp-card = { path = "../openpgp-card" }
|
||||
openpgp-card = { path = "../openpgp-card", version = "0.0.3" }
|
||||
sequoia-ipc = "0.26"
|
||||
hex = "0.4"
|
||||
anyhow = "1"
|
||||
|
|
Loading…
Reference in a new issue