chore(sdk): pin-project-lite is no longer required.

This commit is contained in:
Ivan Enderlin
2024-05-22 13:54:00 +02:00
parent 94fe6a9876
commit 57d454c557
2 changed files with 0 additions and 2 deletions

1
Cargo.lock generated
View File

@@ -3170,7 +3170,6 @@ dependencies = [
"mime",
"mime2ext",
"once_cell",
"pin-project-lite",
"rand",
"reqwest",
"ruma",

View File

@@ -96,7 +96,6 @@ matrix-sdk-sqlite = { workspace = true, optional = true }
matrix-sdk-test = { workspace = true, optional = true }
mime = "0.3.16"
mime2ext = "0.1.52"
pin-project-lite = { workspace = true }
rand = { workspace = true , optional = true }
ruma = { workspace = true, features = ["rand", "unstable-msc2448", "unstable-msc2965", "unstable-msc3930", "unstable-msc3245-v1-compat", "unstable-msc2867"] }
serde = { workspace = true }