From 2764fc3de2b08dbee27f389b937acacb6ea43637 Mon Sep 17 00:00:00 2001 From: Alan Somers Date: Thu, 16 Nov 2017 22:42:36 -0700 Subject: [PATCH] bump futures to 0.1.16 examples/tinydb.rs uses futures::prelude, which was added in 0.1.16 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 7ad75cdc1..8ef25d424 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -24,7 +24,7 @@ scoped-tls = "0.1.0" slab = "0.4" iovec = "0.1" tokio-io = "0.1" -futures = "0.1.15" +futures = "0.1.16" [dev-dependencies] env_logger = { version = "0.4", default-features = false }