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"