fix(futures): Either was only added in 0.1.7 (#76)

This commit is contained in:
compressed
2017-01-13 18:21:07 -05:00
committed by Tim
parent c96ab77dcf
commit 3dc1b6381d

View File

@@ -14,7 +14,7 @@ description = "An RPC framework for Rust with a focus on ease of use."
bincode = "0.6"
byteorder = "0.5"
bytes = "0.3"
futures = "0.1"
futures = "0.1.7"
lazy_static = "0.2"
log = "0.3"
scoped-pool = "1.0"