Skip to content

Commit d5d9898

Browse files
zecakehHywan
authored andcommitted
feat: Upgrade Ruma to 0.12.1
Signed-off-by: Kévin Commaille <[email protected]>
1 parent 3f71d9a commit d5d9898

File tree

2 files changed

+24
-16
lines changed

2 files changed

+24
-16
lines changed

Cargo.lock

+22-14
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ reqwest = { version = "0.12.12", default-features = false }
6060
rmp-serde = "1.3.0"
6161
# Be careful to use commits from the https://github.com/ruma/ruma/tree/ruma-0.12
6262
# branch until a proper release with breaking changes happens.
63-
ruma = { git = "https://github.com/ruma/ruma", rev = "b868438f5d91918e97d2c3f64d7c82a0d86d29d4", features = [
63+
ruma = { version = "0.12.1", features = [
6464
"client-api-c",
6565
"compat-upload-signatures",
6666
"compat-user-id",
@@ -75,7 +75,7 @@ ruma = { git = "https://github.com/ruma/ruma", rev = "b868438f5d91918e97d2c3f64d
7575
"unstable-msc4140",
7676
"unstable-msc4171",
7777
] }
78-
ruma-common = { git = "https://github.com/ruma/ruma", rev = "b868438f5d91918e97d2c3f64d7c82a0d86d29d4" }
78+
ruma-common = { version = "0.15.1" }
7979
serde = "1.0.217"
8080
serde_html_form = "0.2.7"
8181
serde_json = "1.0.138"

0 commit comments

Comments
 (0)