Bump openpgp-card to 0.2.3 (and use in openpgp-card-tools)
This commit is contained in:
parent
55696346c9
commit
af3fd437ed
2 changed files with 2 additions and 2 deletions
|
@ -5,7 +5,7 @@
|
|||
name = "openpgp-card"
|
||||
description = "A client implementation for the OpenPGP card specification"
|
||||
license = "MIT OR Apache-2.0"
|
||||
version = "0.2.2"
|
||||
version = "0.2.3"
|
||||
authors = ["Heiko Schaefer <heiko@schaefer.name>"]
|
||||
edition = "2018"
|
||||
repository = "https://gitlab.com/hkos/openpgp-card"
|
||||
|
|
|
@ -13,7 +13,7 @@ documentation = "https://docs.rs/crate/openpgp-card-tools"
|
|||
|
||||
[dependencies]
|
||||
sequoia-openpgp = "1.3"
|
||||
openpgp-card = { path = "../openpgp-card", version = "0.2" }
|
||||
openpgp-card = { path = "../openpgp-card", version = "0.2.3" }
|
||||
openpgp-card-pcsc = { path = "../pcsc", version = "0.2" }
|
||||
openpgp-card-sequoia = { path = "../openpgp-card-sequoia", version = "0.0.10" }
|
||||
sshkeys = "0.3.2"
|
||||
|
|
Loading…
Reference in a new issue