From c017c957d7fa5af5af367c860f909411ef299f87 Mon Sep 17 00:00:00 2001 From: Wim de With Date: Thu, 21 Nov 2019 14:21:59 +0100 Subject: [PATCH] Update ruma-api to 0.11.2 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index f2c458fc..5052e4a0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,7 +14,7 @@ edition = "2018" [dependencies] js_int = { version = "0.1.2", features = ["serde"] } -ruma-api = "0.11.0" +ruma-api = "0.11.2" ruma-events = "0.15.1" ruma-identifiers = "0.14.0" serde = { version = "1.0.102", features = ["derive"] }