From 8df97c4e3544af890b491295c0183953c2dd178c Mon Sep 17 00:00:00 2001 From: "Neal H. Walfield" Date: Fri, 26 Jan 2024 15:18:22 +0100 Subject: ipc: Release 0.32.0. --- Cargo.lock | 2 +- ipc/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 3964c040..05593d5b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2527,7 +2527,7 @@ dependencies = [ [[package]] name = "sequoia-ipc" -version = "0.31.0" +version = "0.32.0" dependencies = [ "anyhow", "buffered-reader", diff --git a/ipc/Cargo.toml b/ipc/Cargo.toml index d7fdd1c0..8d1a723b 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.31.0" +version = "0.32.0" authors = [ "Justus Winter ", "Kai Michaelis ", -- cgit v1.2.3