Skip to content

Commit

Permalink
util: add rt to tokio-util full feature (#3194)
Browse files Browse the repository at this point in the history
  • Loading branch information
Darksonn committed Nov 29, 2020
1 parent 0acd06b commit c55d846
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tokio-util/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ categories = ["asynchronous"]
default = []

# Shorthand for enabling everything
full = ["codec", "compat", "io", "time", "net"]
full = ["codec", "compat", "io", "time", "net", "rt"]

net = ["tokio/net"]
compat = ["futures-io",]
Expand Down

0 comments on commit c55d846

Please sign in to comment.