Skip to content

Commit 8f598b6

Browse files
committed
Upgrade ruma
Signed-off-by: Kévin Commaille <zecakeh@tedomum.fr>
1 parent 25ed7ee commit 8f598b6

File tree

3 files changed

+61
-37
lines changed

3 files changed

+61
-37
lines changed

Cargo.lock

Lines changed: 58 additions & 31 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -58,12 +58,9 @@ proptest = { version = "1.6.0", default-features = false, features = ["std"] }
5858
rand = "0.8.5"
5959
reqwest = { version = "0.12.12", default-features = false }
6060
rmp-serde = "1.3.0"
61-
# Be careful to use commits from the https://github.com/ruma/ruma/tree/ruma-0.12
62-
# branch until a proper release with breaking changes happens.
63-
ruma = { version = "0.12.5", features = [
61+
ruma = { git = "https://github.com/ruma/ruma", rev = "a3663c04511f79f99376924d739f84d839600de6", features = [
6462
"client-api-c",
6563
"compat-upload-signatures",
66-
"compat-user-id",
6764
"compat-arbitrary-length-ids",
6865
"compat-tag-info",
6966
"compat-encrypted-stickers",
@@ -79,7 +76,7 @@ ruma = { version = "0.12.5", features = [
7976
"unstable-msc4278",
8077
"unstable-msc4286",
8178
] }
82-
ruma-common = "0.15.4"
79+
ruma-common = { git = "https://github.com/ruma/ruma", rev = "a3663c04511f79f99376924d739f84d839600de6" }
8380
sentry = "0.36.0"
8481
sentry-tracing = "0.36.0"
8582
serde = { version = "1.0.217", features = ["rc"] }

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-unspecified", "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"] }
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)