Skip to content

Commit 584b846

Browse files
committed
!fixup update ruma to matrix-org's fork
1 parent 206036b commit 584b846

File tree

2 files changed

+12
-11
lines changed

2 files changed

+12
-11
lines changed

Cargo.lock

Lines changed: 10 additions & 9 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 & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ once_cell = "1.16.0"
4444
pin-project-lite = "0.2.9"
4545
rand = "0.8.5"
4646
reqwest = { version = "0.12.4", default-features = false }
47-
ruma = { git = "https://github.com/Hywan/ruma", branch = "feat-sss", features = [
47+
ruma = { git = "https://github.com/matrix-org/ruma", branch = "feat-sss", features = [
4848
"client-api-c",
4949
"compat-upload-signatures",
5050
"compat-user-id",
@@ -55,7 +55,7 @@ ruma = { git = "https://github.com/Hywan/ruma", branch = "feat-sss", features =
5555
"unstable-msc3266",
5656
"unstable-msc4075"
5757
] }
58-
ruma-common = { git = "https://github.com/Hywan/ruma", branch = "feat-sss" }
58+
ruma-common = { git = "https://github.com/matrix-org/ruma", branch = "feat-sss" }
5959
serde = "1.0.151"
6060
serde_html_form = "0.2.0"
6161
serde_json = "1.0.91"

0 commit comments

Comments
 (0)