Use ruma-events from git

so people using this crate from git don't have breakage in r0::push
This commit is contained in:
Jonas Platte 2020-05-31 23:31:18 +02:00
parent da4abacf69
commit 584aab3979
No known key found for this signature in database
GPG Key ID: CC154DE0E30B7C67

View File

@ -17,7 +17,7 @@ http = "0.2.1"
js_int = { version = "0.1.5", features = ["serde"] }
ruma-api = "0.16.1"
ruma-common = "0.1.2"
ruma-events = "0.21.2"
ruma-events = { git = "https://github.com/ruma/ruma-events", rev = "7395f94" }
ruma-identifiers = "0.16.1"
ruma-serde = "0.2.1"
serde = { version = "1.0.110", features = ["derive"] }