From 3dc1b6381d8726cb50f719316a75b5aee4dc9a51 Mon Sep 17 00:00:00 2001 From: compressed Date: Fri, 13 Jan 2017 18:21:07 -0500 Subject: [PATCH] fix(futures): `Either` was only added in 0.1.7 (#76) --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index f56e5ac..d50554d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"