Make version requirement explicit
This commit is contained in:
parent
4dfaadc5ad
commit
cf04d1d3a1
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ documentation = "https://docs.rs/crate/openpgp-card-sequoia"
|
||||||
[dependencies]
|
[dependencies]
|
||||||
sequoia-openpgp = "1.4"
|
sequoia-openpgp = "1.4"
|
||||||
nettle = "7"
|
nettle = "7"
|
||||||
openpgp-card = { path = "../openpgp-card", version = "0.3" }
|
openpgp-card = { path = "../openpgp-card", version = "0.3.2" }
|
||||||
chrono = "0.4"
|
chrono = "0.4"
|
||||||
anyhow = "1"
|
anyhow = "1"
|
||||||
thiserror = "1"
|
thiserror = "1"
|
||||||
|
|
Loading…
Reference in a new issue