From 7e03ea564207d962b6a07b7d4f1eb4d56fb8e0a6 Mon Sep 17 00:00:00 2001 From: Heiko Schaefer Date: Thu, 26 Aug 2021 14:23:14 +0200 Subject: [PATCH] Use sequoia-ipc release. --- scdc/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scdc/Cargo.toml b/scdc/Cargo.toml index af190f1..3bd1090 100644 --- a/scdc/Cargo.toml +++ b/scdc/Cargo.toml @@ -13,7 +13,7 @@ documentation = "https://docs.rs/crate/openpgp-card-scdc" [dependencies] openpgp-card = { path = "../openpgp-card" } -sequoia-ipc = { git = "https://gitlab.com/sequoia-pgp/sequoia.git", branch = "main" } +sequoia-ipc = "0.26" hex = "0.4" anyhow = "1" futures = "0.3"