summaryrefslogtreecommitdiffstats
path: root/ffi/Cargo.toml
diff options
context:
space:
mode:
authorJustus Winter <justus@sequoia-pgp.org>2021-12-06 15:31:50 +0100
committerJustus Winter <justus@sequoia-pgp.org>2021-12-06 15:31:50 +0100
commit028c056881c25e1bec7b0e978153f260024ad62e (patch)
treec4ba04366470934f0b13fe1e679659d5dd7e281f /ffi/Cargo.toml
parent022c60e86d5c27884aaa58af5615d1064cbbc4ff (diff)
ipc: Release 0.27.0.ipc/v0.27.0
Diffstat (limited to 'ffi/Cargo.toml')
-rw-r--r--ffi/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/ffi/Cargo.toml b/ffi/Cargo.toml
index 9f0191ae..8c063981 100644
--- a/ffi/Cargo.toml
+++ b/ffi/Cargo.toml
@@ -25,7 +25,7 @@ maintenance = { status = "actively-developed" }
sequoia-ffi-macros = { path = "../ffi-macros", version = "0.22" }
sequoia-openpgp = { path = "../openpgp", version = "1.0.0", default-features = false }
sequoia-net = { path = "../net", version = "0.24", default-features = false }
-sequoia-ipc = { path = "../ipc", version = "0.26", default-features = false }
+sequoia-ipc = { path = "../ipc", version = "0.27", default-features = false }
anyhow = "1.0.18"
lazy_static = "1.4.0"
libc = "0.2.66"