1
0
Fork 0
mirror of https://gitlab.com/famedly/conduit.git synced 2024-11-02 21:18:51 +01:00

bump ruma

This commit is contained in:
Timo Kösters 2022-02-18 13:41:37 +01:00
parent 0ae39807a4
commit e4600ccfef
No known key found for this signature in database
GPG key ID: 24DA7517711A2BA4
2 changed files with 269 additions and 238 deletions

500
Cargo.lock generated

File diff suppressed because it is too large Load diff

View file

@ -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];