Update futures2 to use the futures 0.2 release (#304)

This commit is contained in:
Sam Rijs
2018-04-08 20:23:33 -07:00
committed by Carl Lerche
parent 3be6b69e1b
commit dbcd8353b0
+1 -1
View File
@@ -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"