Skip to content

Commit 43065f5

Browse files
committed
chore: Don't patch the paranoid-android crate
Our paranoid-android for was configured to use our fork of the tracing crates. But paranoid-android will already use our tracing fork since it's defined in the patch section. The patch section will override the dependencies for all of our dependencies as well. This can be seen in the dependency tree using: $ cargo tree -p matrix-sdk-ffi --target=aarch64-linux-android
1 parent 445eee1 commit 43065f5

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,4 +196,3 @@ tracing = { git = "https://github.com/element-hq/tracing.git", rev = "5635147b86
196196
tracing-core = { git = "https://github.com/element-hq/tracing.git", rev = "5635147b868541d8c13d6f8c9c8558f9ddd29c6c" }
197197
tracing-subscriber = { git = "https://github.com/element-hq/tracing.git", rev = "5635147b868541d8c13d6f8c9c8558f9ddd29c6c" }
198198
tracing-appender = { git = "https://github.com/element-hq/tracing.git", rev = "5635147b868541d8c13d6f8c9c8558f9ddd29c6c" }
199-
paranoid-android = { git = "https://github.com/element-hq/paranoid-android.git", rev = "69388ac5b4afeed7be4401c70ce17f6d9a2cf19b" }

0 commit comments

Comments
 (0)