Skip to content

Commit

Permalink
tokio: remove unused dependency (#3063)
Browse files Browse the repository at this point in the history
Signed-off-by: Tom Kaitchuck <Tom.Kaitchuck@gmail.com>
  • Loading branch information
tkaitchuck authored Oct 28, 2020
1 parent 9097ae5 commit c8a484b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tokio/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ signal = [
"winapi/consoleapi",
]
stream = ["futures-core"]
sync = ["fnv"]
sync = []
test-util = []
time = []

Expand All @@ -95,7 +95,6 @@ pin-project-lite = "0.1.1"

# Everything else is optional...
bytes = { version = "0.6.0", optional = true }
fnv = { version = "1.0.6", optional = true }
futures-core = { version = "0.3.0", optional = true }
lazy_static = { version = "1.0.2", optional = true }
memchr = { version = "2.2", optional = true }
Expand Down

0 comments on commit c8a484b

Please sign in to comment.