Skip to content

Commit

Permalink
fix: enable multi-thread feature on tokio
Browse files Browse the repository at this point in the history
  • Loading branch information
fMeow committed Mar 28, 2021
1 parent 375ecf4 commit 56e17d5
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 @@ -68,7 +68,7 @@ anyhow = "1"

[dev-dependencies.tokio]
version = "1.1"
features = [ "macros", "rt" ]
features = [ "macros", "rt-multi-thread" ]

[dev-dependencies.async-std]
version = "1.9"
Expand Down

0 comments on commit 56e17d5

Please sign in to comment.