Skip to content

Commit

Permalink
Disable default features of tracing (#343)
Browse files Browse the repository at this point in the history
  • Loading branch information
taiki-e committed Apr 6, 2024
1 parent aa0a520 commit ef52442
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 @@ -37,7 +37,7 @@ serde_json = { version = "1.0.33", optional = true }
# Requires for "futures" feature
pin-utils = { version = "0.1.0", optional = true }

tracing = "0.1.27"
tracing = { version = "0.1.27", default-features = false, features = ["std"] }
tracing-subscriber = { version = "0.3.8", features = ["env-filter"] }

[dev-dependencies]
Expand Down

0 comments on commit ef52442

Please sign in to comment.