Update ruma-events to 0.19.0-rc.2

This commit is contained in:
Jonas Platte 2020-04-19 20:09:14 +02:00
parent c5689f3da5
commit db04471cf2
No known key found for this signature in database
GPG Key ID: 7D261D771D915378

View File

@ -16,7 +16,7 @@ edition = "2018"
http = "0.2.1" http = "0.2.1"
js_int = { version = "0.1.4", features = ["serde"] } js_int = { version = "0.1.4", features = ["serde"] }
ruma-api = "0.16.0-rc.1" ruma-api = "0.16.0-rc.1"
ruma-events = "0.19.0-rc.1" ruma-events = "0.19.0-rc.2"
ruma-identifiers = "0.15.1" ruma-identifiers = "0.15.1"
ruma-serde = "0.1.0" ruma-serde = "0.1.0"
serde = { version = "1.0.106", features = ["derive"] } serde = { version = "1.0.106", features = ["derive"] }