mirror of
https://github.com/matrix-org/matrix-rust-sdk.git
synced 2026-05-19 06:04:31 -04:00
Enable 'unstable-pre-spec' ruma feature
This commit is contained in:
@@ -64,7 +64,7 @@ wasm-bindgen = { version = "0.2.74", features = ["serde-serialize"], optional =
|
||||
[dependencies.ruma]
|
||||
git = "https://github.com/ruma/ruma/"
|
||||
rev = "b9f32bc6327542d382d4eb42ec43623495c50e66"
|
||||
features = ["client-api-c"]
|
||||
features = ["client-api-c", "unstable-pre-spec"]
|
||||
|
||||
[dev-dependencies]
|
||||
futures = { version = "0.3.15", default-features = false, features = ["executor"] }
|
||||
|
||||
@@ -79,7 +79,7 @@ impl BaseRoomInfo {
|
||||
true
|
||||
}
|
||||
AnyStateEventContent::RoomAvatar(a) => {
|
||||
self.avatar_url = Some(a.url.clone());
|
||||
self.avatar_url = a.url.clone();
|
||||
true
|
||||
}
|
||||
AnyStateEventContent::RoomName(n) => {
|
||||
|
||||
@@ -101,7 +101,7 @@ default_features = false
|
||||
[dependencies.ruma]
|
||||
git = "https://github.com/ruma/ruma/"
|
||||
rev = "b9f32bc6327542d382d4eb42ec43623495c50e66"
|
||||
features = ["client-api-c", "compat", "rand", "unstable-msc2448"]
|
||||
features = ["client-api-c", "compat", "rand", "unstable-msc2448", "unstable-pre-spec"]
|
||||
|
||||
[dependencies.tokio-stream]
|
||||
version = "0.1.6"
|
||||
|
||||
Reference in New Issue
Block a user