mirror of
https://github.com/OMGeeky/tarpc.git
synced 2026-01-19 18:00:48 +01:00
fix(futures): Either was only added in 0.1.7 (#76)
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user