Update ws to 0.6

This is exactly the same as 0.5.4, but without a semver violation.
This commit is contained in:
Anthony Ramine 2017-02-26 15:24:43 +01:00
parent 94e563e4d9
commit 4eac29f100
2 changed files with 4 additions and 4 deletions

View file

@ -14,4 +14,4 @@ crate_type = ["rlib"]
log = "0.3.5"
[target.'cfg(not(target_os = "android"))'.dependencies]
ws = "0.5.3"
ws = "0.6"