From d34a78c5b66de419862d9e592bde8e0007111ebd Mon Sep 17 00:00:00 2001 From: Devin Ragotzy Date: Mon, 8 Feb 2021 09:38:04 -0500 Subject: [PATCH] Update ruma to allow optional state_key in InitialStateEvent --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 23c7ba51..a300bb1b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -23,7 +23,7 @@ log = "0.4.11" git = "https://github.com/ruma/ruma" # branch = "server-pdu" # path = "../__forks__/ruma/ruma" -rev = "bba442580d6cd7ed990b2b63387eed2238cbadc8" +rev = "0a10afe6dacc2b7a50a8002c953d10b7fb4e37bc" features = ["client-api", "federation-api", "appservice-api", "unstable-pre-spec", "unstable-synapse-quirks"] [features]