mirror of
https://gitlab.com/famedly/conduit.git
synced 2024-11-02 21:18:51 +01:00
bump ruma
This commit is contained in:
parent
0ae39807a4
commit
e4600ccfef
2 changed files with 269 additions and 238 deletions
500
Cargo.lock
generated
500
Cargo.lock
generated
File diff suppressed because it is too large
Load diff
|
@ -149,7 +149,12 @@ impl Globals {
|
|||
.build()?;
|
||||
|
||||
// Supported and stable room versions
|
||||
let stable_room_versions = vec![RoomVersionId::V6, RoomVersionId::V7, RoomVersionId::V8, RoomVersionId::V9];
|
||||
let stable_room_versions = vec![
|
||||
RoomVersionId::V6,
|
||||
RoomVersionId::V7,
|
||||
RoomVersionId::V8,
|
||||
RoomVersionId::V9,
|
||||
];
|
||||
// Experimental, partially supported room versions
|
||||
let unstable_room_versions = vec![RoomVersionId::V3, RoomVersionId::V4, RoomVersionId::V5];
|
||||
|
||||
|
|
Loading…
Reference in a new issue