commit 5e6cacc9baa2a6e21ca9573d8026c3d4877029cc
parent c81e92cc12ec6be4ccf190b3cbfa4316010f5652
Author: MTRNord <mtrnord1@gmail.com>
Date: Wed, 23 Feb 2022 15:55:39 +0100
Release 0.4.0
mrsbfh@0.4.0
mrsbfh-macros@0.4.0
Generated by cargo-workspaces
Diffstat:
3 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/example-bot/Cargo.toml b/example-bot/Cargo.toml
@@ -20,7 +20,7 @@ version = "0.4.1"
# features = ["encryption", "sled_cryptostore", "sled_state_store", "require_auth_for_profile_requests", "rustls-tls"]
[dependencies]
-mrsbfh = {version = "0.3.0", path = "../mrsbfh"}
+mrsbfh = {version = "0.4.0", path = "../mrsbfh"}
serde = "1.0"
tracing = "0.1"
tracing-subscriber = "0.3.9"
diff --git a/mrsbfh-macros/Cargo.toml b/mrsbfh-macros/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "mrsbfh-macros"
-version = "0.3.0"
+version = "0.4.0"
authors = ["MTRNord <mtrnord1@gmail.com>"]
edition = "2021"
description = "Maros for the mrsbfh crate"
diff --git a/mrsbfh/Cargo.toml b/mrsbfh/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "mrsbfh"
-version = "0.3.1"
+version = "0.4.0"
authors = ["MTRNord <mtrnord1@gmail.com>"]
edition = "2021"
description = "A toolkit for writing commandbots more efficient in rust for matrix."
@@ -20,7 +20,7 @@ url = "2.2.2"
thiserror = "1.0"
# Command macros
-mrsbfh-macros = {version = "0.3.0", path = "../mrsbfh-macros", optional = true}
+mrsbfh-macros = {version = "0.4.0", path = "../mrsbfh-macros", optional = true}
tokio = { version = "1", features = ["rt", "rt-multi-thread", "macros"] }
tracing = "0.1"