events: Remove unstable-spec feature

Everything that was gated behind it was stabilized with Matrix v1.2.
This commit is contained in:
Jonas Platte
2022-02-02 23:11:36 +01:00
parent e9994b89c8
commit 71a7dbdc43
8 changed files with 7 additions and 56 deletions

View File

@@ -17,7 +17,7 @@ all-features = true
[features]
compat = []
unstable-exhaustive-types = []
unstable-spec = ["ruma-events/unstable-spec"]
unstable-spec = []
# Private, only used in test / benchmarking code
__unstable-pre-spec = ["ruma-events/unstable-pre-spec", "unstable-spec"]