mrsbfh

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

commit b60f9635ef66746b6679a053657d78fe69467e90
parent 3b3beb0d548ba6e893f0adc62783712827f5f07c
Author: MTRNord <mtrnord1@gmail.com>
Date:   Wed, 23 Feb 2022 15:42:15 +0100

Release 0.3.1

mrsbfh@0.3.1

Generated by cargo-workspaces

Diffstat:
Mmrsbfh/Cargo.toml | 5++---
1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/mrsbfh/Cargo.toml b/mrsbfh/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mrsbfh" -version = "0.3.0" +version = "0.3.1" authors = ["MTRNord <mtrnord1@gmail.com>"] edition = "2021" description = "A toolkit for writing commandbots more efficient in rust for matrix." @@ -39,4 +39,4 @@ lazy_static = "1" default = ["macros", "native-tls"] macros = ["mrsbfh-macros"] rustls = ["matrix-sdk/rustls-tls"] -native-tls = ["matrix-sdk/native-tls"] -\ No newline at end of file +native-tls = ["matrix-sdk/native-tls"]