From bda8dd51130f11966255b62c1ae1661ce2e7062d Mon Sep 17 00:00:00 2001 From: Carl Lerche Date: Tue, 27 Mar 2018 15:46:19 -0700 Subject: [PATCH] Update futures2 Cargo.toml (#256) --- futures2/Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/futures2/Cargo.toml b/futures2/Cargo.toml index 256c61084..912d2dd20 100644 --- a/futures2/Cargo.toml +++ b/futures2/Cargo.toml @@ -6,6 +6,9 @@ authors = ["Aaron Turon "] 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"