summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJustus Winter <justus@sequoia-pgp.org>2022-04-22 13:15:51 +0200
committerJustus Winter <justus@sequoia-pgp.org>2022-04-22 13:15:51 +0200
commitf4e340254633cb3d464dd456cc41a23f34002833 (patch)
treef0198621530bd0f9f4fdef58a3c6ce029de07518
parent5306588deb273583043b557f53b44da197033c93 (diff)
ipc: Release 0.28.0.ipc/v0.28.0
-rw-r--r--Cargo.lock2
-rw-r--r--ipc/Cargo.toml2
2 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 1b8cc592..5e0e070b 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -2592,7 +2592,7 @@ dependencies = [
[[package]]
name = "sequoia-ipc"
-version = "0.27.0"
+version = "0.28.0"
dependencies = [
"anyhow",
"buffered-reader",
diff --git a/ipc/Cargo.toml b/ipc/Cargo.toml
index a023bbe8..72547d8a 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.27.0"
+version = "0.28.0"
authors = [
"Justus Winter <justus@sequoia-pgp.org>",
"Kai Michaelis <kai@sequoia-pgp.org>",