From b35bea00f77aceb44c1ad2c688213a3fa98b0165 Mon Sep 17 00:00:00 2001 From: Devin R Date: Tue, 12 May 2020 18:12:58 -0400 Subject: [PATCH] bump ruma-events@0.21.0 to 0.21.1 fixes MessageEvent (de)ser bug --- matrix_sdk_common/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/matrix_sdk_common/Cargo.toml b/matrix_sdk_common/Cargo.toml index a4875493..fd822ed7 100644 --- a/matrix_sdk_common/Cargo.toml +++ b/matrix_sdk_common/Cargo.toml @@ -14,7 +14,7 @@ version = "0.1.0" js_int = "0.1.5" ruma-api = "0.16.0" ruma-client-api = "0.8.0" -ruma-events = "0.21.0" +ruma-events = "0.21.1" ruma-identifiers = "0.16.1" instant = { version = "0.1.3", features = ["wasm-bindgen", "now"] }