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 2c5b078f14b8bba9f0ef9724581fdf2242cced0e
parent 2b253f8270df96e0e3c8a22be57189f3010f6718
Author: Marcel <mtrnord1@gmail.com>
Date:   Thu, 11 Jun 2020 16:40:24 +0200

Fix ruma-events version

Took 2 minutes

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

diff --git a/Cargo.toml b/Cargo.toml @@ -54,7 +54,7 @@ features = [ [patch.crates-io] olm-sys = { git = "https://gitlab.gnome.org/stoically/olm-sys", branch = "wasm-target" } cjson = { git = "https://github.com/engineerd/cjson" } -ruma-events = { git = "https://github.com/ruma/ruma-events" } +ruma-events = { git = "https://github.com/ruma/ruma-events", rev="3f74ba327093d4f32e11c2741aaa649e4ab733d9" } [profile.release] # less code to include into binary