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 651ad3ece8adfc3bebbe03d695f87b89cff169fe
parent 46abcafa37ac0dc8f7669b4ccb3fe2b499fee1c0
Author: Marcel <mtrnord1@gmail.com>
Date:   Thu,  4 Jun 2020 21:32:03 +0200

Fix branch of ruma-events

Took 3 minutes

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

diff --git a/Cargo.toml b/Cargo.toml @@ -43,7 +43,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", branch = "struct-sizes" } +ruma-events = { git = "https://github.com/ruma/ruma-events" } [profile.release] # less code to include into binary