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
3 changed files with 0 additions and 17 deletions
-1
View File
@@ -32,7 +32,6 @@ members = [
"tokio-tcp",
"tokio-udp",
"tokio-uds",
"futures2",
]
[badges]
-14
View File
@@ -1,14 +0,0 @@
[package]
name = "futures2"
version = "0.1.0"
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"
-2
View File
@@ -1,2 +0,0 @@
extern crate futures;
pub use futures::*;