mirror of
https://github.com/matrix-org/matrix-rust-sdk.git
synced 2026-05-13 18:45:44 -04:00
chore(cargo): uuid is no longer needed.
This commit is contained in:
@@ -53,7 +53,6 @@ experimental-sliding-sync = [
|
||||
"matrix-sdk-base/experimental-sliding-sync",
|
||||
"experimental-timeline",
|
||||
"reqwest/gzip",
|
||||
"dep:uuid",
|
||||
]
|
||||
|
||||
docsrs = [
|
||||
@@ -102,7 +101,6 @@ thiserror = { workspace = true }
|
||||
tower = { version = "0.4.13", features = ["make"], optional = true }
|
||||
tracing = { workspace = true, features = ["attributes"] }
|
||||
url = "2.2.2"
|
||||
uuid = { version = "1.3.0", optional = true }
|
||||
zeroize = { workspace = true }
|
||||
|
||||
[dependencies.image]
|
||||
|
||||
Reference in New Issue
Block a user