Skip to content

Commit

Permalink
tcp: specify version for tokio dev dependency
Browse files Browse the repository at this point in the history
This is required for publishing to crates.io
  • Loading branch information
carllerche committed Jan 7, 2019
1 parent 961aae4 commit 25e835c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tokio-tcp/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,4 @@ futures = "0.1.19"

[dev-dependencies]
env_logger = { version = "0.5", default-features = false }
tokio = { path = ".." }
tokio = { version = "0.1.13", path = ".." }

0 comments on commit 25e835c

Please sign in to comment.