client-api: Add unstable-pre-spec ruma-events feature dependency

This commit is contained in:
Jonas Platte 2021-05-21 18:10:17 +02:00
parent 59b6b83773
commit b05b3aea1f
No known key found for this signature in database
GPG Key ID: CC154DE0E30B7C67

View File

@ -37,6 +37,7 @@ matches = "0.1.8"
[features] [features]
compat = [] compat = []
unstable-exhaustive-types = [] unstable-exhaustive-types = []
unstable-pre-spec = [] # feature dependency required for r0::room::create_room::CreationContent::into_event_content
unstable-pre-spec = ["ruma-events/unstable-pre-spec"]
client = [] client = []
server = [] server = []