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"