identifiers: Move room versions 8, 9 out of unstable-spec

… since v1.2 is out!
This commit is contained in:
Jonas Platte
2022-02-02 23:06:39 +01:00
parent 40a96b93b1
commit e9994b89c8
6 changed files with 3 additions and 13 deletions

View File

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