Skip to content

Commit e9dc02a

Browse files
authored
Merge pull request #3392 from Hywan/feat-sdk-linked-chunk-subscribe-as-vector
2 parents 11d6697 + 52c0614 commit e9dc02a

File tree

5 files changed

+920
-256
lines changed

5 files changed

+920
-256
lines changed

Cargo.toml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,9 @@ futures-util = { version = "0.3.26", default-features = false, features = [
3939
http = "1.1.0"
4040
imbl = "2.0.0"
4141
itertools = "0.12.0"
42+
once_cell = "1.16.0"
43+
pin-project-lite = "0.2.9"
44+
rand = "0.8.5"
4245
reqwest = { version = "0.12.4", default-features = false }
4346
ruma = { version = "0.10.1", features = [
4447
"client-api-c",
@@ -51,8 +54,6 @@ ruma = { version = "0.10.1", features = [
5154
"unstable-msc4075"
5255
] }
5356
ruma-common = { version = "0.13.0" }
54-
once_cell = "1.16.0"
55-
rand = "0.8.5"
5657
serde = "1.0.151"
5758
serde_html_form = "0.2.0"
5859
serde_json = "1.0.91"

crates/matrix-sdk-ui/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ matrix-sdk = { workspace = true, features = ["experimental-sliding-sync"] }
4141
matrix-sdk-base = { workspace = true }
4242
mime = "0.3.16"
4343
once_cell = { workspace = true }
44-
pin-project-lite = "0.2.9"
44+
pin-project-lite = { workspace = true }
4545
ruma = { workspace = true, features = ["html", "unstable-msc3381"] }
4646
serde = { workspace = true }
4747
serde_json = { workspace = true }

0 commit comments

Comments
 (0)