From 49f1ffd214383a7e690e74ffc77e12bffc7e6dfc Mon Sep 17 00:00:00 2001 From: "Neal H. Walfield" Date: Sat, 9 Mar 2024 20:57:42 +0100 Subject: ipc: Release 0.34.0. --- Cargo.lock | 2 +- ipc/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 30eeaba3..777ef97d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2537,7 +2537,7 @@ dependencies = [ [[package]] name = "sequoia-ipc" -version = "0.33.0" +version = "0.34.0" dependencies = [ "anyhow", "buffered-reader", diff --git a/ipc/Cargo.toml b/ipc/Cargo.toml index 720aedf4..6fa2c72f 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.33.0" +version = "0.34.0" authors = [ "Justus Winter ", "Kai Michaelis ", -- cgit v1.2.3