From 375d669ce4b5a81e74665325a3236d228ab7b623 Mon Sep 17 00:00:00 2001 From: Pierre Krieger Date: Sat, 1 Oct 2016 09:09:50 +0200 Subject: [PATCH] Force futures 0.1.1 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 42d57fa..877beec 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,7 +9,7 @@ license = "Apache-2.0" keywords = ["audio", "sound"] [dependencies] -futures = "0.1.0" +futures = "0.1.1" libc = "0.2" lazy_static = "0.2" winapi = "0.2.8"