From d6aa37c848b7f682a98c25b346899e284ffc6df7 Mon Sep 17 00:00:00 2001 From: Julian Sparber Date: Fri, 5 Feb 2021 14:40:15 +0100 Subject: [PATCH] ruma: add unstable-synapse-quirks This feature is used in ruma-client-api. --- ruma/Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ruma/Cargo.toml b/ruma/Cargo.toml index aa6c33a3..95796604 100644 --- a/ruma/Cargo.toml +++ b/ruma/Cargo.toml @@ -74,3 +74,6 @@ unstable-pre-spec = [ #"ruma-identity-service-api/unstable-pre-spec", #"ruma-push-gateway-api/unstable-pre-spec", ] +unstable-synapse-quirks = [ + "ruma-client-api/unstable-synapse-quirks", +]