From 7590b4f06b7451ce232458324240388131478aa4 Mon Sep 17 00:00:00 2001 From: Heiko Schaefer Date: Sat, 17 Jul 2021 02:39:42 +0200 Subject: [PATCH] Depend on sequoia-ipc from sequoia git main (for assuan::Client) --- scdc/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scdc/Cargo.toml b/scdc/Cargo.toml index b5d5cb0..1c87060 100644 --- a/scdc/Cargo.toml +++ b/scdc/Cargo.toml @@ -9,7 +9,7 @@ edition = "2018" [dependencies] 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" hex = "0.4" anyhow = "1"