Update futures2 Cargo.toml (#256)

This commit is contained in:
Carl Lerche
2018-03-27 15:46:19 -07:00
committed by GitHub
parent 415a786049
commit bda8dd5113
+3
View File
@@ -6,6 +6,9 @@ authors = ["Aaron Turon <[email protected]>"]
license = "MIT/Apache-2.0"
repository = "https://github.com/tokio-rs/tokio"
homepage = "https://tokio.rs"
description = """
Enables depending on futures 0.2 and futures 0.1 in the same crate.
"""
[dependencies]
futures = "=0.2.0-beta"