From 789c8140890e076d38b23fa1147c4ff0500c0d38 Mon Sep 17 00:00:00 2001 From: Devin Ragotzy Date: Sat, 15 Aug 2020 13:32:48 -0400 Subject: [PATCH] Update ruma to latest --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 6aef52eb..d03092ac 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -28,8 +28,8 @@ tracing-subscriber = "0.2.11" # features = ["client-api", "federation-api", "appservice-api"] [dependencies.ruma] -git = "https://github.com/timokoesters/ruma" -branch = "timo-fixes" +git = "https://github.com/ruma/ruma" +rev = "aff914050eb297bd82b8aafb12158c88a9e480e1" features = ["client-api", "federation-api", "appservice-api"]