From 8265247f7a2df54e85b971f660c7d002deb216ae Mon Sep 17 00:00:00 2001 From: Devin Ragotzy Date: Mon, 18 Jan 2021 19:13:07 -0500 Subject: [PATCH] Update ruma to latest ruma-signatures got an update --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index e196720a..148ddfe6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -23,7 +23,7 @@ thiserror = "1.0.22" git = "https://github.com/ruma/ruma" # branch = "server-pdu" # path = "../__forks__/ruma/ruma" -rev = "210b6dd823ba89c5a44c3c9d913d377c4b54c896" +rev = "0635b407290abf5f34d726e1e690c92c07c738e5" features = ["client-api", "federation-api", "appservice-api", "unstable-pre-spec", "unstable-synapse-quirks"] [features]