mirror of
https://github.com/tokio-rs/tokio.git
synced 2025-09-25 12:00:35 +00:00
Remove futures2 crate (#380)
This commit is contained in:
parent
703f07ca17
commit
9caec1c15d
@ -32,7 +32,6 @@ members = [
|
||||
"tokio-tcp",
|
||||
"tokio-udp",
|
||||
"tokio-uds",
|
||||
"futures2",
|
||||
]
|
||||
|
||||
[badges]
|
||||
|
@ -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"
|
@ -1,2 +0,0 @@
|
||||
extern crate futures;
|
||||
pub use futures::*;
|
Loading…
x
Reference in New Issue
Block a user