ffi: Remove redundant dependency specification

This commit is contained in:
Jonas Platte
2023-07-27 13:28:19 +02:00
committed by Jonas Platte
parent 8703fea24f
commit 5f5028ddd0

View File

@@ -54,9 +54,6 @@ zeroize = { workspace = true }
log-panics = { version = "2", features = ["with-backtrace"]}
tracing-android = { git = "https://github.com/jmartinesp/tracing-android", rev = "b9c0e89448dc93c5264721bbd41be64f1a84cded" }
[target.'cfg(not(target_os = "android"))'.dependencies]
tracing = { workspace = true }
[target.'cfg(target_os = "android")'.dependencies.matrix-sdk]
path = "../../crates/matrix-sdk"
default-features = false