From 1686afc8bd7c3fda6d4696a6fb3edccf0a30261a Mon Sep 17 00:00:00 2001 From: Jonas Platte Date: Sun, 19 Apr 2020 20:07:36 +0200 Subject: [PATCH] Update ruma-events (dev-dep) to 0.19.0-rc.2 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 8d7b0db3..ad836473 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -26,7 +26,7 @@ serde_urlencoded = "0.6.1" strum = "0.18.0" [dev-dependencies] -ruma-events = "0.18.0" +ruma-events = "0.19.0-rc.2" [features] default = ["with-ruma-api-macros"]