From 34cd1cb4dcdd5fb84b5df9e48e63b2e4669a2488 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Timo=20K=C3=B6sters?= Date: Thu, 18 Mar 2021 19:20:27 +0100 Subject: [PATCH] bump ruma --- Cargo.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index a300bb1b..be90d6bf 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -21,9 +21,9 @@ log = "0.4.11" [dependencies.ruma] git = "https://github.com/ruma/ruma" -# branch = "server-pdu" -# path = "../__forks__/ruma/ruma" -rev = "0a10afe6dacc2b7a50a8002c953d10b7fb4e37bc" +#branch = "server-pdu" +#path = "../ruma/ruma" +rev = "f196f5b6f164973d6b343af31ab4e0457f743675" features = ["client-api", "federation-api", "appservice-api", "unstable-pre-spec", "unstable-synapse-quirks"] [features]