Update ruma to allow optional state_key in InitialStateEvent

This commit is contained in:
Devin Ragotzy 2021-02-08 09:38:04 -05:00
parent 791c66d73c
commit d34a78c5b6

View File

@ -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]