Skip to content

Commit

Permalink
Add missing tokio feature
Browse files Browse the repository at this point in the history
  • Loading branch information
macpie committed May 6, 2024
1 parent a27ac6f commit 203bee0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion custom_tracing/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ edition.workspace = true
[dependencies]
notify = { version = "6", default-features = false }
anyhow = "1"
tokio = { version = "1", features = ["rt-multi-thread", "signal"] }
tokio = { version = "1", features = ["rt-multi-thread", "sync", "signal"] }
tracing = "0"
tracing-subscriber = { version = "0", default-features = true, features = [
"env-filter",
Expand Down

0 comments on commit 203bee0

Please sign in to comment.