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"