Depend on sequoia-ipc from sequoia git main (for assuan::Client)
This commit is contained in:
parent
fa0c5a7faf
commit
7590b4f06b
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 = { git = "https://gitlab.com/sequoia-pgp/sequoia.git", branch = "justus/workwork" }
|
sequoia-ipc = { git = "https://gitlab.com/sequoia-pgp/sequoia.git" }
|
||||||
libc = "0.2"
|
libc = "0.2"
|
||||||
hex = "0.4"
|
hex = "0.4"
|
||||||
anyhow = "1"
|
anyhow = "1"
|
||||||
|
|
Loading…
Reference in a new issue