For now: depend on sequoia-ipc from the branch where assuan::Client is Send+Sync
This commit is contained in:
parent
f59a8a948c
commit
1bd1326a2b
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ edition = "2018"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
openpgp-card = { path = "../openpgp-card" }
|
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"
|
libc = "0.2"
|
||||||
hex = "0.4"
|
hex = "0.4"
|
||||||
anyhow = "1"
|
anyhow = "1"
|
||||||
|
|
Loading…
Reference in a new issue