summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Dröge <sebastian@centricular.com>2016-07-11 09:31:58 (GMT)
committerSebastian Dröge <sebastian@centricular.com>2016-07-11 09:31:58 (GMT)
commit62374522e5880aff9b2b1f1d589be9153e7a3676 (patch)
tree599a62b4f561a5a5198bb8323e6ca38ebbeab619
parentc799632f03fb30b3d86289eec7a0300ca90bbd03 (diff)
downloadptp-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.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 98e3025..ec2b2dc 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -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"