From aecbafadd28ea0a6ff8937e38acbd3fb59c6345c Mon Sep 17 00:00:00 2001 From: Michael Bachmann Date: Mon, 8 Jan 2024 11:27:37 +0100 Subject: [PATCH] Release 0.42.2 worterbuch@0.42.2 Generated by cargo-workspaces --- Cargo.lock | 2 +- worterbuch/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 5dc3bec..679065e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2491,7 +2491,7 @@ dependencies = [ [[package]] name = "worterbuch" -version = "0.42.1" +version = "0.42.2" dependencies = [ "anyhow", "clap", diff --git a/worterbuch/Cargo.toml b/worterbuch/Cargo.toml index cf61d15..a448308 100644 --- a/worterbuch/Cargo.toml +++ b/worterbuch/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "worterbuch" -version = "0.42.1" +version = "0.42.2" edition = "2021" authors = ["Michael Bachmann "] description = "A message broker / database hybrid."