Remove futures2 crate (#380)

This commit is contained in:
Carl Lerche 2018-05-29 16:28:00 -07:00 committed by GitHub
parent 703f07ca17
commit 9caec1c15d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 0 additions and 17 deletions

View File

@ -32,7 +32,6 @@ members = [
"tokio-tcp",
"tokio-udp",
"tokio-uds",
"futures2",
]
[badges]

View File

@ -1,14 +0,0 @@
[package]
name = "futures2"
version = "0.1.0"
authors = ["Aaron Turon <aturon@mozilla.com>"]
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"

View File

@ -1,2 +0,0 @@
extern crate futures;
pub use futures::*;