Skip to content

Commit 10a0b7e

Browse files
committed
ffi: use fork of tracing crate with a fix for Android logs rotation
1 parent 322c5b3 commit 10a0b7e

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

bindings/matrix-sdk-ffi/Cargo.toml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,3 +82,10 @@ features = [
8282

8383
[lints]
8484
workspace = true
85+
86+
[patch.crates-io]
87+
tracing = { git = "https://github.com/element-hq/tracing.git", rev = "ca9431f74d37c9d3b5e6a9f35b2c706711dab7dd", default-features = false, features = ["std"] }
88+
tracing-core = { git = "https://github.com/element-hq/tracing.git", rev = "ca9431f74d37c9d3b5e6a9f35b2c706711dab7dd" }
89+
tracing-subscriber = { git = "https://github.com/element-hq/tracing.git", rev = "ca9431f74d37c9d3b5e6a9f35b2c706711dab7dd" }
90+
tracing-appender = { git = "https://github.com/element-hq/tracing.git", rev = "ca9431f74d37c9d3b5e6a9f35b2c706711dab7dd" }
91+
paranoid-android = { git = "https://github.com/element-hq/paranoid-android.git", rev = "69388ac5b4afeed7be4401c70ce17f6d9a2cf19b" }

0 commit comments

Comments
 (0)