summaryrefslogtreecommitdiffstats
path: root/ffi
diff options
context:
space:
mode:
authorJustus Winter <justus@sequoia-pgp.org>2021-08-26 13:19:01 +0200
committerJustus Winter <justus@sequoia-pgp.org>2021-08-26 13:19:01 +0200
commit8ec54541530b74ff6dfeccd9a675cc15c2d88724 (patch)
treeb798af5570d13c94dd61a6c2606e12584f78978c /ffi
parentfff2b9169d413253cdf29b33227819b3256281f5 (diff)
ipc: Release 0.26.0.ipc/v0.26.0
Diffstat (limited to 'ffi')
-rw-r--r--ffi/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/ffi/Cargo.toml b/ffi/Cargo.toml
index 7962180a..60c8e8c8 100644
--- a/ffi/Cargo.toml
+++ b/ffi/Cargo.toml
@@ -26,7 +26,7 @@ sequoia-ffi-macros = { path = "../ffi-macros", version = "0.22" }
sequoia-openpgp = { path = "../openpgp", version = "1.0.0", default-features = false }
sequoia-store = { path = "../store", version = "0.22", default-features = false }
sequoia-net = { path = "../net", version = "0.23", default-features = false }
-sequoia-ipc = { path = "../ipc", version = "0.25", default-features = false }
+sequoia-ipc = { path = "../ipc", version = "0.26", default-features = false }
anyhow = "1.0.18"
lazy_static = "1.4.0"
libc = "0.2.66"