mirror of
https://github.com/matrix-org/matrix-rust-sdk.git
synced 2026-05-19 14:19:06 -04:00
chore(sdk): pin-project-lite is no longer required.
This commit is contained in:
1
Cargo.lock
generated
1
Cargo.lock
generated
@@ -3170,7 +3170,6 @@ dependencies = [
|
||||
"mime",
|
||||
"mime2ext",
|
||||
"once_cell",
|
||||
"pin-project-lite",
|
||||
"rand",
|
||||
"reqwest",
|
||||
"ruma",
|
||||
|
||||
@@ -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 }
|
||||
|
||||
Reference in New Issue
Block a user