Skip to content

Commit

Permalink
Enable missing tokio features
Browse files Browse the repository at this point in the history
  • Loading branch information
NeoLegends committed Jan 3, 2020
1 parent 889c2b2 commit d22421a
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 @@ -27,4 +27,4 @@ chrono_timestamps = ["chrono"]
default = ["use-serde"]

[dev-dependencies]
tokio = "0.2"
tokio = { version = "0.2", features = ["macros"] }

0 comments on commit d22421a

Please sign in to comment.