From 5e0467682f7b76356dc931c955ae00afdf522208 Mon Sep 17 00:00:00 2001 From: Jonas Platte Date: Sun, 19 Apr 2020 23:19:18 +0200 Subject: [PATCH] Update ruma-events to 0.19.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 87503cd7..173b2ab7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,7 +16,7 @@ edition = "2018" http = "0.2.1" js_int = { version = "0.1.4", features = ["serde"] } ruma-api = "0.16.0-rc.1" -ruma-events = "0.19.0-rc.2" +ruma-events = "0.19.0" ruma-identifiers = "0.15.1" ruma-serde = "0.1.0" serde = { version = "1.0.106", features = ["derive"] }