remove unused tokio-timer dependency (#170)
This commit is contained in:
committed by
Carl Lerche
parent
d57a2fecd1
commit
24a796da72
@@ -25,7 +25,6 @@ unstable = []
|
|||||||
[dependencies]
|
[dependencies]
|
||||||
futures = "0.1"
|
futures = "0.1"
|
||||||
tokio-io = "0.1.3"
|
tokio-io = "0.1.3"
|
||||||
tokio-timer = "0.1"
|
|
||||||
bytes = "0.4"
|
bytes = "0.4"
|
||||||
http = "0.1"
|
http = "0.1"
|
||||||
byteorder = "1.0"
|
byteorder = "1.0"
|
||||||
|
|||||||
Reference in New Issue
Block a user