identity-service-api: Add missing feature unstable-exhaustive-types

This commit is contained in:
Jonas Platte 2021-02-02 19:18:10 +01:00
parent c769d9602d
commit c692fe5565
No known key found for this signature in database
GPG Key ID: CC154DE0E30B7C67

View File

@ -17,3 +17,6 @@ ruma-identifiers = { version = "=0.18.0-alpha.1", path = "../ruma-identifiers" }
ruma-serde = { version = "0.3.0", path = "../ruma-serde" }
serde = { version = "1.0.118", features = ["derive"] }
serde_json = "1.0.61"
[features]
unstable-exhaustive-types = []