Skip to content

Commit b61614c

Browse files
committed
feat(base): Convert SSS types to SS.
1 parent 3541142 commit b61614c

File tree

4 files changed

+357
-15
lines changed

4 files changed

+357
-15
lines changed

Cargo.lock

Lines changed: 10 additions & 10 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/ruma/ruma", rev = "e5a370f7e5fcebb0da6e4945e51c5fafba9aa5f0", features = [
47+
ruma = { git = "https://github.com/Hywan/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/ruma/ruma", rev = "e5a370f7e5fcebb0da6e4945e5
5555
"unstable-msc3266",
5656
"unstable-msc4075"
5757
] }
58-
ruma-common = { git = "https://github.com/ruma/ruma", rev = "e5a370f7e5fcebb0da6e4945e51c5fafba9aa5f0" }
58+
ruma-common = { git = "https://github.com/Hywan/ruma", branch = "feat-sss" }
5959
serde = "1.0.151"
6060
serde_html_form = "0.2.0"
6161
serde_json = "1.0.91"

crates/matrix-sdk-base/Cargo.toml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,10 @@ js = ["matrix-sdk-common/js", "matrix-sdk-crypto?/js", "ruma/js", "matrix-sdk-st
2222
qrcode = ["matrix-sdk-crypto?/qrcode"]
2323
automatic-room-key-forwarding = ["matrix-sdk-crypto?/automatic-room-key-forwarding"]
2424
message-ids = ["matrix-sdk-crypto?/message-ids"]
25-
experimental-sliding-sync = ["ruma/unstable-msc3575"]
25+
experimental-sliding-sync = [
26+
"ruma/unstable-msc3575",
27+
"ruma/unstable-simplified-msc3575",
28+
]
2629
uniffi = ["dep:uniffi", "matrix-sdk-crypto?/uniffi"]
2730

2831
# helpers for testing features build upon this

0 commit comments

Comments
 (0)