From f6ab9f33478fbd0d3b2c8382f047bd0e45960594 Mon Sep 17 00:00:00 2001 From: "Neal H. Walfield" Date: Fri, 27 Oct 2023 15:03:13 +0200 Subject: ipc: Release 0.31.0 --- Cargo.lock | 2 +- ipc/Cargo.toml | 2 +- 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 ", "Kai Michaelis ", -- cgit v1.2.3