feat(ffi): enable unstable-hydra feature for the SDK bindings

This commit is contained in:
Jorge Martín
2025-07-28 10:41:05 +02:00
committed by Jorge Martin Espinosa
parent 7d9bf56581
commit 88bb7a366f
2 changed files with 3 additions and 1 deletions

View File

@@ -8,6 +8,8 @@ All notable changes to this project will be documented in this file.
### Features:
- The [`unstable-hydra`] feature has been enabled, which enables room v12 changes in the SDK.
[(#5450)](https://github.com/matrix-org/matrix-rust-sdk/pull/5450).
- Add experimental support for
[MSC4306](https://github.com/matrix-org/matrix-spec-proposals/pull/4306), with the
`Room::fetch_thread_subscription()` and `Room::set_thread_subscription()` methods.

View File

@@ -58,7 +58,7 @@ matrix-sdk-ffi-macros.workspace = true
matrix-sdk-ui = { workspace = true, features = ["uniffi"] }
mime = "0.3.16"
once_cell.workspace = true
ruma = { workspace = true, features = ["html", "unstable-msc3488", "compat-unset-avatar", "unstable-msc3245-v1-compat", "unstable-msc4278"] }
ruma = { workspace = true, features = ["html", "unstable-msc3488", "compat-unset-avatar", "unstable-msc3245-v1-compat", "unstable-msc4278", "unstable-hydra"] }
serde.workspace = true
serde_json.workspace = true
sentry = { version = "0.36.0", optional = true, default-features = false, features = [