From fd270aeedfffc7d03f8bd61bcf0842a831ec7ded Mon Sep 17 00:00:00 2001 From: "Neal H. Walfield" Date: Sun, 10 Mar 2024 00:34:03 +0100 Subject: ipc: Release 0.34.1. --- Cargo.lock | 2 +- ipc/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 777ef97d..66173d54 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2537,7 +2537,7 @@ dependencies = [ [[package]] name = "sequoia-ipc" -version = "0.34.0" +version = "0.34.1" dependencies = [ "anyhow", "buffered-reader", diff --git a/ipc/Cargo.toml b/ipc/Cargo.toml index 6fa2c72f..0d0e471a 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.34.0" +version = "0.34.1" authors = [ "Justus Winter ", "Kai Michaelis ", -- cgit v1.2.3