summaryrefslogtreecommitdiffstats
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
parent022c60e86d5c27884aaa58af5615d1064cbbc4ff (diff)
ipc: Release 0.27.0.ipc/v0.27.0
-rw-r--r--Cargo.lock2
-rw-r--r--ffi/Cargo.toml2
-rw-r--r--ipc/Cargo.toml2
3 files changed, 3 insertions, 3 deletions
diff --git a/Cargo.lock b/Cargo.lock
index ebb77251..16d3fcf2 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -2644,7 +2644,7 @@ dependencies = [
[[package]]
name = "sequoia-ipc"
-version = "0.26.0"
+version = "0.27.0"
dependencies = [
"anyhow",
"buffered-reader",
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"
diff --git a/ipc/Cargo.toml b/ipc/Cargo.toml
index 2e930b52..aeea85fa 100644
--- a/ipc/Cargo.toml
+++ b/ipc/Cargo.toml
@@ -1,7 +1,7 @@
[package]
name = "sequoia-ipc"
description = "Interprocess communication infrastructure for Sequoia"
-version = "0.26.0"
+version = "0.27.0"
authors = [
"Justus Winter <justus@sequoia-pgp.org>",
"Kai Michaelis <kai@sequoia-pgp.org>",