From 5f5028ddd0cef607c7bb84c8fb9e06f3b5fc42ae Mon Sep 17 00:00:00 2001 From: Jonas Platte Date: Thu, 27 Jul 2023 13:28:19 +0200 Subject: [PATCH] ffi: Remove redundant dependency specification --- bindings/matrix-sdk-ffi/Cargo.toml | 3 --- 1 file changed, 3 deletions(-) diff --git a/bindings/matrix-sdk-ffi/Cargo.toml b/bindings/matrix-sdk-ffi/Cargo.toml index ef697e383..2de05cfb6 100644 --- a/bindings/matrix-sdk-ffi/Cargo.toml +++ b/bindings/matrix-sdk-ffi/Cargo.toml @@ -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