openpgp-card-sequoia: fix dependency on openpgp-card

openpgp-card 0.3.6 is needed for OpenPgp::into_card().
This commit is contained in:
Heiko Schaefer 2023-08-16 09:55:20 +02:00
parent bf62541b48
commit 379a41f4eb
No known key found for this signature in database
GPG key ID: 4A849A1904CCBD7D

View file

@ -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"