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"