Use unstable-join branch of ruma from my fork

This commit is contained in:
Devin Ragotzy 2020-10-27 18:46:32 -04:00
parent 26b0f738a5
commit c3ba1e33eb

View File

@ -23,8 +23,9 @@ thiserror = "1.0.20"
tracing-subscriber = "0.2.11"
[dependencies.ruma]
# git = "https://github.com/ruma/ruma"
path = "../__forks__/ruma/ruma"
git = "https://github.com/DevinR528/ruma"
branch = "unstable-join"
# path = "../__forks__/ruma/ruma"
# rev = "64b9c646d15a359d62ab464a95176ff94adb2554"
features = ["client-api", "federation-api", "appservice-api", "unstable-pre-spec", "unstable-synapse-quirks"]