mrsbfh

Matrix-Rust-SDK-Bot-Framework-Helper
git clone git://archive.git.mtrnord.blog/MTRNord/mrsbfh.git
Log | Files | Refs | README

commit d49d0aa1ca17a16a05735aa2df35786db17960b1
parent 97dc6c5312684ace0197ce28ffe28b2eee3cce71
Author: MTRNord <mtrnord1@gmail.com>
Date:   Wed, 23 Feb 2022 15:34:14 +0100

Release 0.3.0

mrsbfh@0.3.0
mrsbfh-macros@0.3.0

Generated by cargo-workspaces

Diffstat:
Mexample-bot/Cargo.toml | 2+-
Mmrsbfh-macros/Cargo.toml | 2+-
Mmrsbfh/Cargo.toml | 4++--
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.2.0", path = "../mrsbfh"} +mrsbfh = {version = "0.3.0", path = "../mrsbfh"} serde = "1.0" tracing = "0.1" tracing-subscriber = "0.3.1" diff --git a/mrsbfh-macros/Cargo.toml b/mrsbfh-macros/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mrsbfh-macros" -version = "0.2.0" +version = "0.3.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.2.0" +version = "0.3.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.1" thiserror = "1.0" # Command macros -mrsbfh-macros = {version = "0.2.0", path = "../mrsbfh-macros", optional = true} +mrsbfh-macros = {version = "0.3.0", path = "../mrsbfh-macros", optional = true} tokio = { version = "1", features = ["rt", "rt-multi-thread", "macros"] } tracing = "0.1"