Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix tokio feature dependencies #476

Closed
wants to merge 3 commits into from
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
add rt-multi-thread feature dependency
  • Loading branch information
antis81 committed Nov 20, 2023
commit 25ead2781443ea890a471f816b72769ebd9d694e
2 changes: 1 addition & 1 deletion tox_core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ crypto_box = "0.8"
[dependencies.tokio]
version = "1.28"
default-features = false
features = ["net", "rt", "sync", "time"]
features = ["net", "rt", "rt-multi-thread", "sync", "time"]

[dependencies.tokio-util]
version = "0.7"
Expand Down