mrsbfh

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

commit c74f7019502a276f2af651ca4a8d67582552db6e
parent 9ab317f438d3d8e1588e1d8e8e838099483c6bbf
Author: MTRNord <mtrnord1@gmail.com>
Date:   Mon,  1 Feb 2021 16:07:40 +0100

chore: Update dependencies and use matrix-sdk crates.io version

Diffstat:
Mexample-bot/Cargo.toml | 3+--
Mmrsbfh/Cargo.toml | 3+--
2 files changed, 2 insertions(+), 4 deletions(-)

diff --git a/example-bot/Cargo.toml b/example-bot/Cargo.toml @@ -7,8 +7,7 @@ edition = "2018" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies.matrix-sdk] -git = "https://github.com/matrix-org/matrix-rust-sdk.git" -rev = "4f2cad8f626068f05d567588d8398d0952536a46" +version = "0.2" [dependencies] mrsbfh = {path = "../mrsbfh"} diff --git a/mrsbfh/Cargo.toml b/mrsbfh/Cargo.toml @@ -7,8 +7,7 @@ edition = "2018" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies.matrix-sdk] -git = "https://github.com/matrix-org/matrix-rust-sdk.git" -rev = "4f2cad8f626068f05d567588d8398d0952536a46" +version = "0.2" [dependencies] url = "2.1.1"