1
1
[package ]
2
2
name = " futures"
3
- version = " 0.2.0 "
3
+ version = " 0.2.1 "
4
4
authors = [
" Alex Crichton <[email protected] >" ]
5
5
license = " MIT/Apache-2.0"
6
- readme = " README.md"
6
+ readme = " ../ README.md"
7
7
keywords = [" futures" , " async" , " future" ]
8
8
repository = " https://github.com/rust-lang-nursery/futures-rs"
9
9
homepage = " https://github.com/rust-lang-nursery/futures-rs"
@@ -19,16 +19,16 @@ travis-ci = { repository = "rust-lang-nursery/futures-rs" }
19
19
appveyor = { repository = " rust-lang-nursery/futures-rs" }
20
20
21
21
[dependencies ]
22
- futures-async-runtime = { path = " ../futures-async-runtime" , version = " 0.2.0 " , default-features = false }
23
- futures-core = { path = " ../futures-core" , version = " 0.2.0 " , default-features = false }
24
- futures-channel = { path = " ../futures-channel" , version = " 0.2.0 " , default-features = false }
25
- futures-executor = { path = " ../futures-executor" , version = " 0.2.0 " , default-features = false }
26
- futures-io = { path = " ../futures-io" , version = " 0.2.0 " , default-features = false }
27
- futures-sink = { path = " ../futures-sink" , version = " 0.2.0 " , default-features = false }
28
- futures-stable = { path = " ../futures-stable" , version = " 0.2.0 " , default-features = false }
29
- futures-util = { path = " ../futures-util" , version = " 0.2.0 " , default-features = false }
30
- futures-macro-async = { path = " ../futures-macro-async" , version = " 0.2.0 " , optional = true }
31
- futures-macro-await = { path = " ../futures-macro-await" , version = " 0.2.0 " , optional = true }
22
+ futures-async-runtime = { path = " ../futures-async-runtime" , version = " 0.2.1 " , default-features = false }
23
+ futures-core = { path = " ../futures-core" , version = " 0.2.1 " , default-features = false }
24
+ futures-channel = { path = " ../futures-channel" , version = " 0.2.1 " , default-features = false }
25
+ futures-executor = { path = " ../futures-executor" , version = " 0.2.1 " , default-features = false }
26
+ futures-io = { path = " ../futures-io" , version = " 0.2.1 " , default-features = false }
27
+ futures-sink = { path = " ../futures-sink" , version = " 0.2.1 " , default-features = false }
28
+ futures-stable = { path = " ../futures-stable" , version = " 0.2.1 " , default-features = false }
29
+ futures-util = { path = " ../futures-util" , version = " 0.2.1 " , default-features = false }
30
+ futures-macro-async = { path = " ../futures-macro-async" , version = " 0.2.1 " , optional = true }
31
+ futures-macro-await = { path = " ../futures-macro-await" , version = " 0.2.1 " , optional = true }
32
32
33
33
[features ]
34
34
nightly = [" futures-core/nightly" , " futures-stable/nightly" , " futures-async-runtime/nightly" , " futures-macro-async" , " futures-macro-await" , " futures-macro-async/nightly" ]
0 commit comments