From 62374522e5880aff9b2b1f1d589be9153e7a3676 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= Date: Mon, 11 Jul 2016 12:31:58 +0300 Subject: Update Cargo.toml to build with any 0.5 mio version --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 "] [dependencies] -mio = "0.5.0" +mio = "0.5" #[dependencies.mio] #git = "https://github.com/carllerche/mio" -- cgit v0.11.2-2-gd1dd