daydream

A small matrix web client written in rust
git clone git://archive.git.mtrnord.blog/daydream-mx/daydream.git
Log | Files | Refs | README | LICENSE

commit b7553c1e3ab0993f5f779e96131c49334b943cb6
parent c6a96e8cf05a99f50f22f3c137dbd3f75953995b
Author: Marcel <mtrnord1@gmail.com>
Date:   Wed, 17 Jun 2020 18:35:29 +0200

Set commit for matrix-sdk fork

Took 23 seconds

Diffstat:
MCargo.toml | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Cargo.toml b/Cargo.toml @@ -27,7 +27,7 @@ yew-router = { git = "https://github.com/yewstack/yew" } yewtil = { git = "https://github.com/yewstack/yew" } # Matrix -matrix-sdk = { version = "0.1.0", git = "https://github.com/MTRNord/matrix-rust-sdk", branch = "expose-send-rebased", default-features = false}# features = ["encryption"]} +matrix-sdk = { version = "0.1.0", git = "https://github.com/MTRNord/matrix-rust-sdk", branch = "expose-send-rebased", default-features = false, rev = "9a67e62002398974c5b73349081ad00686f57b7f"}# features = ["encryption"]} url = "2.1.1" thiserror = "1.0" futures-locks = { git = "https://github.com/asomers/futures-locks", default-features = false }