From 159af0d98c38eb934826544767fa3ee47d19f7db Mon Sep 17 00:00:00 2001 From: Heiko Schaefer Date: Wed, 25 Aug 2021 13:29:45 +0200 Subject: [PATCH] Explicitly depend on sequoia with branch="main", for the time being --- scdc/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scdc/Cargo.toml b/scdc/Cargo.toml index 2c2b71c..af190f1 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" } +sequoia-ipc = { git = "https://gitlab.com/sequoia-pgp/sequoia.git", branch = "main" } hex = "0.4" anyhow = "1" futures = "0.3"