Skip to content

Commit 88bb7a3

Browse files
committed
feat(ffi): enable unstable-hydra feature for the SDK bindings
1 parent 7d9bf56 commit 88bb7a3

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

bindings/matrix-sdk-ffi/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ All notable changes to this project will be documented in this file.
88

99
### Features:
1010

11+
- The [`unstable-hydra`] feature has been enabled, which enables room v12 changes in the SDK.
12+
[(#5450)](https://github.com/matrix-org/matrix-rust-sdk/pull/5450).
1113
- Add experimental support for
1214
[MSC4306](https://github.com/matrix-org/matrix-spec-proposals/pull/4306), with the
1315
`Room::fetch_thread_subscription()` and `Room::set_thread_subscription()` methods.

bindings/matrix-sdk-ffi/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ matrix-sdk-ffi-macros.workspace = true
5858
matrix-sdk-ui = { workspace = true, features = ["uniffi"] }
5959
mime = "0.3.16"
6060
once_cell.workspace = true
61-
ruma = { workspace = true, features = ["html", "unstable-msc3488", "compat-unset-avatar", "unstable-msc3245-v1-compat", "unstable-msc4278"] }
61+
ruma = { workspace = true, features = ["html", "unstable-msc3488", "compat-unset-avatar", "unstable-msc3245-v1-compat", "unstable-msc4278", "unstable-hydra"] }
6262
serde.workspace = true
6363
serde_json.workspace = true
6464
sentry = { version = "0.36.0", optional = true, default-features = false, features = [

0 commit comments

Comments
 (0)