Explicitly depend on sequoia with branch="main", for the time being

This commit is contained in:
Heiko Schaefer 2021-08-25 13:29:45 +02:00
parent f9bad31d63
commit 159af0d98c

View file

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