Skip to content

Commit

Permalink
Move thread-pool feature to dev dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
vstakhov committed Jul 17, 2023
1 parent a8d785d commit 06b116a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions orchestra/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ autoexamples = false

[dependencies]
tracing = "0.1.35"
futures = { version = "0.3", features = ["thread-pool"] }
futures = "0.3"
async-trait = "0.1"
thiserror = "1"
metered = { package = "prioritized-metered-channel", version = "0.4.0", path = "../metered-channel" }
Expand All @@ -24,7 +24,7 @@ dyn-clonable = "0.9"
trybuild = "1.0.61"
rustversion = "1.0.6"
criterion = { version = "0.4.0" }

futures = { version = "0.3", features = ["thread-pool"] }

[[example]]
name = "duo"
Expand Down

0 comments on commit 06b116a

Please sign in to comment.