federation-api: Add missing compat feature

This commit is contained in:
Jonas Platte 2022-05-24 10:29:00 +02:00
parent 734770d2bc
commit 9b1ea64a1c
No known key found for this signature in database
GPG Key ID: AAA7A61F696C3E0C
2 changed files with 4 additions and 2 deletions

View File

@ -15,13 +15,14 @@ all-features = true
rustdoc-args = ["--cfg", "docsrs"]
[features]
compat = []
client = []
server = []
unstable-exhaustive-types = []
unstable-pre-spec = []
unstable-msc2448 = []
unstable-msc3618 = []
unstable-msc3723 = []
client = []
server = []
[dependencies]
js_int = { version = "0.2.0", features = ["serde"] }

View File

@ -85,6 +85,7 @@ full = [
compat = [
"ruma-common/compat",
"ruma-client-api/compat",
"ruma-federation-api/compat",
"ruma-signatures/compat",
"ruma-state-res/compat",
]