From 81c7849ae803a4bee07b49ef2715c7b4d416923e Mon Sep 17 00:00:00 2001 From: Jonas Platte Date: Thu, 4 Jun 2020 21:16:39 +0200 Subject: [PATCH] Update pinned version of ruma-events --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 8f7ac04e..6f1654ea 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.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"] }