From ea7dc52daf084927d163b281a2194be78e701f96 Mon Sep 17 00:00:00 2001 From: Devin Ragotzy Date: Mon, 7 Dec 2020 10:46:14 -0500 Subject: [PATCH] Bump ruma to be even with conduit --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 8d9c8ec5..93b36356 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -23,7 +23,7 @@ thiserror = "1.0.22" git = "https://github.com/ruma/ruma" # branch = "dev/unstable-join" # path = "../__forks__/ruma/ruma" -rev = "e8882fe8142d7b55ed4c8ccc6150946945f9e237" +rev = "ee814aa84934530d76f5e4b275d739805b49bdef" features = ["client-api", "federation-api", "appservice-api", "unstable-pre-spec", "unstable-synapse-quirks"] #[dependencies.ruma]