Depend on released iovec crate

This commit is contained in:
Carl Lerche
2017-03-15 09:23:10 -07:00
parent 2e319b51be
commit 02b6144644
+1 -1
View File
@@ -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"