Skip to content

Commit

Permalink
Turn off tracing default features
Browse files Browse the repository at this point in the history
  • Loading branch information
Xaeroxe committed Jul 30, 2024
1 parent ba36812 commit ebf355f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ tracing = ["dep:tracing"]
[dependencies]
either = "1.9.0"
regex = { version = "1.10.2", optional = true }
tracing = { version = "0.1.40", optional = true }
tracing = { version = "0.1.40", default-features = false, optional = true }

[target.'cfg(any(windows, unix, target_os = "redox"))'.dependencies]
home = "0.5.9"
Expand Down

0 comments on commit ebf355f

Please sign in to comment.