For now: depend on sequoia-ipc from the branch where assuan::Client is Send+Sync

This commit is contained in:
Heiko Schaefer 2021-07-16 18:52:43 +02:00
parent f59a8a948c
commit 1bd1326a2b

View file

@ -9,7 +9,7 @@ edition = "2018"
[dependencies]
openpgp-card = { path = "../openpgp-card" }
sequoia-ipc = { path = "../../sequoia/ipc" }
sequoia-ipc = { git = "https://gitlab.com/sequoia-pgp/sequoia.git", branch = "justus/workwork" }
libc = "0.2"
hex = "0.4"
anyhow = "1"