From fab4d36cee9220a0e87e88f05a8f14610f037b92 Mon Sep 17 00:00:00 2001 From: "Y. T. Chung" Date: Tue, 12 Apr 2016 14:24:36 +0800 Subject: [PATCH] use github branch --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index ce347e4a..b8701e76 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -63,5 +63,5 @@ lru-cache = "0.0.7" libc = "^0.2.7" [dependencies.coio] -# git = "https://github.com/zonyitoo/coio-rs.git" -path = "../coio-rs" +git = "https://github.com/zonyitoo/coio-rs.git" +branch = "feature-timeout"