From 151894e344a988ba4e496bdbb8fa5e7d9796ea62 Mon Sep 17 00:00:00 2001 From: "Neal H. Walfield" Date: Tue, 20 Feb 2024 12:02:58 +0100 Subject: ipc: Release 0.33.0. --- Cargo.lock | 2 +- ipc/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 8aa8714b..085c1988 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2540,7 +2540,7 @@ dependencies = [ [[package]] name = "sequoia-ipc" -version = "0.32.0" +version = "0.33.0" dependencies = [ "anyhow", "buffered-reader", diff --git a/ipc/Cargo.toml b/ipc/Cargo.toml index 8d1a723b..720aedf4 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.32.0" +version = "0.33.0" authors = [ "Justus Winter ", "Kai Michaelis ", -- cgit v1.2.3