Skip to content

Commit db5f497

Browse files
[deps]: Pin Rust crate tracing-oslog to =0.3.0
1 parent af06128 commit db5f497

File tree

1 file changed

+1
-1
lines changed
  • apps/desktop/desktop_native/macos_provider

1 file changed

+1
-1
lines changed

apps/desktop/desktop_native/macos_provider/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ serde_json = { workspace = true }
2121
tokio = { workspace = true, features = ["sync"] }
2222
tokio-util = { workspace = true }
2323
tracing = { workspace = true }
24-
tracing-oslog = "0.3.0"
24+
tracing-oslog = "=0.3.0"
2525
tracing-subscriber = { workspace = true }
2626
uniffi = { workspace = true, features = ["cli"] }
2727

0 commit comments

Comments
 (0)