From 8effad149ac58ab377ab3352d170c54ee66e21ee Mon Sep 17 00:00:00 2001 From: Michael Bachmann Date: Thu, 30 Jun 2022 22:50:13 +0200 Subject: [PATCH] Release 0.4.1 worterbuch@0.4.1 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 7e556c4..2ab375c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1941,7 +1941,7 @@ checksum = "c811ca4a8c853ef420abd8592ba53ddbbac90410fab6903b3e79972a631f7680" [[package]] name = "worterbuch" -version = "0.4.0" +version = "0.4.1" dependencies = [ "anyhow", "async-stream", diff --git a/worterbuch/Cargo.toml b/worterbuch/Cargo.toml index 67d06ba..1dce9b1 100644 --- a/worterbuch/Cargo.toml +++ b/worterbuch/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "worterbuch" -version = "0.4.0" +version = "0.4.1" edition = "2021" authors = ["Michael Bachmann "] description = "A message broker / database hybrid."