Explicitly depend on sequoia with branch="main", for the time being
This commit is contained in:
parent
f9bad31d63
commit
159af0d98c
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ documentation = "https://docs.rs/crate/openpgp-card-scdc"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
openpgp-card = { path = "../openpgp-card" }
|
openpgp-card = { path = "../openpgp-card" }
|
||||||
sequoia-ipc = { git = "https://gitlab.com/sequoia-pgp/sequoia.git" }
|
sequoia-ipc = { git = "https://gitlab.com/sequoia-pgp/sequoia.git", branch = "main" }
|
||||||
hex = "0.4"
|
hex = "0.4"
|
||||||
anyhow = "1"
|
anyhow = "1"
|
||||||
futures = "0.3"
|
futures = "0.3"
|
||||||
|
|
Loading…
Reference in a new issue