Update pinned version of ruma-events

This commit is contained in:
Jonas Platte 2020-06-04 21:16:39 +02:00
parent 5365ee3afe
commit 81c7849ae8
No known key found for this signature in database
GPG Key ID: 7D261D771D915378

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.3"
ruma-events = { git = "https://github.com/ruma/ruma-events", rev = "7395f94" }
ruma-events = { git = "https://github.com/ruma/ruma-events", rev = "c1ee72d" }
ruma-identifiers = "0.16.2"
ruma-serde = "0.2.2"
serde = { version = "1.0.111", features = ["derive"] }