openpgp-card-sequoia: fix dependency on openpgp-card
openpgp-card 0.3.6 is needed for OpenPgp::into_card().
This commit is contained in:
parent
bf62541b48
commit
379a41f4eb
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ documentation = "https://docs.rs/crate/openpgp-card-sequoia"
|
|||
|
||||
[dependencies]
|
||||
sequoia-openpgp = { version = "1.4", default-features = false }
|
||||
openpgp-card = { path = "../openpgp-card", version = "0.3.3" }
|
||||
openpgp-card = { path = "../openpgp-card", version = "0.3.6" }
|
||||
chrono = "0.4"
|
||||
anyhow = "1"
|
||||
thiserror = "1"
|
||||
|
|
Loading…
Reference in a new issue