Browse Source

Run cargo-sort

To adapt to new lint version changes
fractal-11
Kévin Commaille 9 months ago
parent
commit
6475eb9d73
No known key found for this signature in database
GPG Key ID: F26F4BE20A08255B
  1. 7
      Cargo.toml

7
Cargo.toml

@ -74,12 +74,7 @@ sourceview = { package = "sourceview5", version = "0.9" }
version = "0.11"
# git = "https://github.com/matrix-org/matrix-rust-sdk.git"
# rev = "b4a8089b40c68f71f01678c3b54d392ce44e7c68"
features = [
"socks",
"sso-login",
"markdown",
"qrcode",
]
features = ["socks", "sso-login", "markdown", "qrcode"]
[dependencies.matrix-sdk-store-encryption]
version = "0.11"

Loading…
Cancel
Save