diff --git a/Cargo.toml b/Cargo.toml index 217319a0ede036453bbf2db057ada5f486b034e3..c2f46b26a04938b8b4e16eb57df8f6298962b715 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"