identity-service-api: Add missing feature unstable-exhaustive-types
This commit is contained in:
parent
c769d9602d
commit
c692fe5565
@ -17,3 +17,6 @@ ruma-identifiers = { version = "=0.18.0-alpha.1", path = "../ruma-identifiers" }
|
|||||||
ruma-serde = { version = "0.3.0", path = "../ruma-serde" }
|
ruma-serde = { version = "0.3.0", path = "../ruma-serde" }
|
||||||
serde = { version = "1.0.118", features = ["derive"] }
|
serde = { version = "1.0.118", features = ["derive"] }
|
||||||
serde_json = "1.0.61"
|
serde_json = "1.0.61"
|
||||||
|
|
||||||
|
[features]
|
||||||
|
unstable-exhaustive-types = []
|
||||||
|
Loading…
x
Reference in New Issue
Block a user