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", +]