Skip to content

Commit

Permalink
Add version constraints to features and tokio crates (fix #37)
Browse files Browse the repository at this point in the history
  • Loading branch information
blackbeam committed Jan 26, 2019
1 parent 3f7372d commit 945ce80
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,14 @@ bytes = "0.4"
failure = "0.1"
failure_derive = "0.1"
fnv = "1"
futures = "0.1"
futures = "^0.1.18"
mio = "0.6"
mysql_common = "0.15"
native-tls = { version = "0.2", optional = true }
regex = "1"
serde = "1"
serde_json = "1"
tokio = "0.1"
tokio = "^0.1.9"
tokio-codec = "0.1"
tokio-io = "0.1"
twox-hash = "1"
Expand Down

0 comments on commit 945ce80

Please sign in to comment.