Skip to content

Commit

Permalink
Make tokio_console example depend on tokio-unstable feature
Browse files Browse the repository at this point in the history
  • Loading branch information
Finomnis committed Nov 1, 2024
1 parent 56cbe79 commit c94712e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,11 @@ exclude = [
[features]
tokio-unstable = ["tokio/tracing"]

[[example]]
name = "tokio_console"
required-features = ["tokio-unstable"]


[dependencies]
tracing = { version = "0.1.37", default-features = false }

Expand Down

0 comments on commit c94712e

Please sign in to comment.