Use newly published pcsc 2.7 (instead of git)
This commit is contained in:
parent
0e94871189
commit
80af7000e0
2 changed files with 2 additions and 2 deletions
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue