mirror of
https://github.com/tokio-rs/bytes.git
synced 2026-08-25 00:00:22 +02:00
Depend on released iovec crate
This commit is contained in:
+1
-1
@@ -21,7 +21,7 @@ categories = ["network-programming", "data-structures"]
|
|||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
byteorder = "1.0.0"
|
byteorder = "1.0.0"
|
||||||
iovec = { git = "https://github.com/carllerche/iovec" }
|
iovec = "0.1"
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
tokio-core = "0.1.0"
|
tokio-core = "0.1.0"
|
||||||
|
|||||||
Reference in New Issue
Block a user