Skip to content

Commit fd072be

Browse files
committed
chore(cargo): Use a revision instead of a branch for our fork of Ruma.
1 parent 96e8d1b commit fd072be

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

Cargo.lock

Lines changed: 9 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
@@ -47,7 +47,7 @@ once_cell = "1.16.0"
4747
pin-project-lite = "0.2.9"
4848
rand = "0.8.5"
4949
reqwest = { version = "0.12.4", default-features = false }
50-
ruma = { git = "https://github.com/matrix-org/ruma", branch = "feat-sss", features = [
50+
ruma = { git = "https://github.com/matrix-org/ruma", rev = "4d3d8b46fd519012e4585ccf00dbea1eb602c028", features = [
5151
"client-api-c",
5252
"compat-upload-signatures",
5353
"compat-user-id",
@@ -59,7 +59,7 @@ ruma = { git = "https://github.com/matrix-org/ruma", branch = "feat-sss", featur
5959
"unstable-msc4075",
6060
"unstable-msc4140",
6161
] }
62-
ruma-common = { git = "https://github.com/matrix-org/ruma", branch = "feat-sss" }
62+
ruma-common = { git = "https://github.com/matrix-org/ruma", rev = "4d3d8b46fd519012e4585ccf00dbea1eb602c028" }
6363
serde = "1.0.151"
6464
serde_html_form = "0.2.0"
6565
serde_json = "1.0.91"

0 commit comments

Comments
 (0)