summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNeal H. Walfield <neal@pep.foundation>2023-10-27 15:03:13 +0200
committerNeal H. Walfield <neal@pep.foundation>2023-10-27 15:03:13 +0200
commitf6ab9f33478fbd0d3b2c8382f047bd0e45960594 (patch)
treefe47130bbcef96fd9ecbb56f30e5dba3cb961168
parentd638abbe200357281e0382ed8dbd9e7845f30b3a (diff)
ipc: Release 0.31.0ipc/v0.31.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 2a366b5a..0b6eee64 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -2514,7 +2514,7 @@ dependencies = [
[[package]]
name = "sequoia-ipc"
-version = "0.30.1"
+version = "0.31.0"
dependencies = [
"anyhow",
"buffered-reader",
diff --git a/ipc/Cargo.toml b/ipc/Cargo.toml
index b144cbe0..334fca5e 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.30.1"
+version = "0.31.0"
authors = [
"Justus Winter <justus@sequoia-pgp.org>",
"Kai Michaelis <kai@sequoia-pgp.org>",