Clean up toml formatting

This commit is contained in:
Jonas Platte
2022-03-28 16:09:13 +02:00
committed by Jonas Platte
parent 8d3441b51b
commit 890c191884
3 changed files with 3 additions and 3 deletions

View File

@@ -48,7 +48,7 @@ zeroize = { version = "1.3.0", features = ["zeroize_derive"] }
anyhow = "1"
# feature = testing only
http = { version = "0.2.4", optional = true}
http = { version = "0.2.4", optional = true }
[target.'cfg(not(target_arch = "wasm32"))'.dependencies.vodozemac]
git = "https://github.com/matrix-org/vodozemac"

View File

@@ -30,7 +30,7 @@ tracing = "0.1.26"
[target.'cfg(target_arch = "wasm32")'.dependencies]
# for wasm32 we need to activate this
getrandom = { version = "0.2", features = ["js"]}
getrandom = { version = "0.2", features = ["js"] }
[dev-dependencies]
matrix-sdk-base = { path = "../matrix-sdk-base", features = ["testing"] }

View File

@@ -41,7 +41,7 @@ dashmap = "5.1.0"
# binary-build only
atty = { version = "0.2.14", optional = true }
clap = { version = "3.1.0", optional = true }
futures = { version = "0.3.15", default-features = false, features = ["executor"], optional = true}
futures = { version = "0.3.15", default-features = false, features = ["executor"], optional = true }
rustyline = { version = "9.0.0", optional = true }
rustyline-derive = { version = "0.6.0", optional = true }
syntect = { version = "4.5.0", optional = true }