From dbcd8353b05002a98ea77dc2227ffeb84f0fd466 Mon Sep 17 00:00:00 2001 From: Sam Rijs Date: Mon, 9 Apr 2018 13:23:33 +1000 Subject: [PATCH] Update futures2 to use the futures 0.2 release (#304) --- futures2/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/futures2/Cargo.toml b/futures2/Cargo.toml index 912d2dd20..4c9af2b2a 100644 --- a/futures2/Cargo.toml +++ b/futures2/Cargo.toml @@ -11,4 +11,4 @@ Enables depending on futures 0.2 and futures 0.1 in the same crate. """ [dependencies] -futures = "=0.2.0-beta" +futures = "0.2"