Use newly published pcsc 2.7 (instead of git)

This commit is contained in:
Heiko Schaefer 2022-02-15 14:46:00 +01:00
parent 0e94871189
commit 80af7000e0
No known key found for this signature in database
GPG key ID: 4A849A1904CCBD7D
2 changed files with 2 additions and 2 deletions

View file

@ -32,7 +32,7 @@ openpgp-card = { path = "../openpgp-card" }
openpgp-card-sequoia = { path = "../openpgp-card-sequoia" }
openpgp-card-scdc = { path = "../scdc" }
openpgp-card-pcsc = { path = "../pcsc" }
pcsc = { git = "https://github.com/bluetech/pcsc-rust/", rev = "ac1feee16d54bd6ba1681a201fc8f25808aa346d" }
pcsc = "2.7"
sequoia-openpgp = "1.3"
anyhow = "1"
thiserror = "1.0"

View file

@ -14,6 +14,6 @@ documentation = "https://docs.rs/crate/openpgp-card-pcsc"
[dependencies]
openpgp-card = { path = "../openpgp-card", version = "0.1" }
iso7816-tlv = "0.4"
pcsc = { git = "https://github.com/bluetech/pcsc-rust/", rev = "ac1feee16d54bd6ba1681a201fc8f25808aa346d" }
pcsc = "2.7"
anyhow = "1"
log = "0.4"