From 584aab397921e49bdbca7612aa488c025949bd44 Mon Sep 17 00:00:00 2001 From: Jonas Platte Date: Sun, 31 May 2020 23:31:18 +0200 Subject: [PATCH] Use ruma-events from git so people using this crate from git don't have breakage in r0::push --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index d46bfa39..c6817483 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"] }