Skip to content

Commit

Permalink
Add rt feature for tokio
Browse files Browse the repository at this point in the history
  • Loading branch information
jbaublitz committed Feb 12, 2023
1 parent eb1df30 commit da41be9
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 @@ -38,7 +38,7 @@ optional = true

[dependencies.tokio]
version = "1"
features = ["io-util", "net", "sync"]
features = ["io-util", "net", "sync", "rt"]
optional = true

[dev-dependencies]
Expand Down

0 comments on commit da41be9

Please sign in to comment.