From 02b614464457d2d0e0579604d09709dabdc13ec7 Mon Sep 17 00:00:00 2001
From: Carl Lerche <me@carllerche.com>
Date: Wed, 15 Mar 2017 09:23:10 -0700
Subject: [PATCH] Depend on released iovec crate

---
 Cargo.toml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Cargo.toml b/Cargo.toml
index 217319a..c2f46b2 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -21,7 +21,7 @@ categories = ["network-programming", "data-structures"]
 
 [dependencies]
 byteorder = "1.0.0"
-iovec = { git = "https://github.com/carllerche/iovec" }
+iovec = "0.1"
 
 [dev-dependencies]
 tokio-core = "0.1.0"
-- 
GitLab