diff options
author | Sebastian Dröge <sebastian@centricular.com> | 2016-07-11 09:31:58 (GMT) |
---|---|---|
committer | Sebastian Dröge <sebastian@centricular.com> | 2016-07-11 09:31:58 (GMT) |
commit | 62374522e5880aff9b2b1f1d589be9153e7a3676 (patch) | |
tree | 599a62b4f561a5a5198bb8323e6ca38ebbeab619 | |
parent | c799632f03fb30b3d86289eec7a0300ca90bbd03 (diff) | |
download | ptp-clock-reflector-62374522e5880aff9b2b1f1d589be9153e7a3676.zip ptp-clock-reflector-62374522e5880aff9b2b1f1d589be9153e7a3676.tar.gz |
Update Cargo.toml to build with any 0.5 mio version
-rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -4,7 +4,7 @@ version = "0.1.0" authors = ["Sebastian Dröge <sebastian@centricular.com>"] [dependencies] -mio = "0.5.0" +mio = "0.5" #[dependencies.mio] #git = "https://github.com/carllerche/mio" |