From 1bd1326a2bd3c1152b8b004e899f7574d13e78d7 Mon Sep 17 00:00:00 2001 From: Heiko Schaefer Date: Fri, 16 Jul 2021 18:52:43 +0200 Subject: [PATCH] For now: depend on sequoia-ipc from the branch where assuan::Client is Send+Sync --- scdc/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scdc/Cargo.toml b/scdc/Cargo.toml index fd5f34e..b5d5cb0 100644 --- a/scdc/Cargo.toml +++ b/scdc/Cargo.toml @@ -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"