Skip to content

Commit

Permalink
Lock tokio-io version for now
Browse files Browse the repository at this point in the history
  • Loading branch information
vi committed Mar 14, 2018
1 parent 837ea88 commit ce5e8b7
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 @@ -17,7 +17,7 @@ websocket = { version = "0.20", default-features = false, features=["async"] }
#clap = { version = "*", default-features = false }
futures = "0.1"
tokio-core = "0.1.12"
tokio-io = "^0.1.2"
tokio-io = "0.1.6"
tokio-stdin-stdout = "0.1"

[target.'cfg(unix)'.dependencies]
Expand Down

0 comments on commit ce5e8b7

Please sign in to comment.