1
1
[package ]
2
2
name = " futures-preview"
3
3
edition = " 2018"
4
- version = " 0.3.0-alpha.5 "
4
+ version = " 0.3.0-alpha.6 "
5
5
authors = [
" Alex Crichton <[email protected] >" ]
6
6
license = " MIT OR Apache-2.0"
7
7
readme = " ../README.md"
@@ -23,16 +23,16 @@ travis-ci = { repository = "rust-lang-nursery/futures-rs" }
23
23
appveyor = { repository = " rust-lang-nursery/futures-rs" }
24
24
25
25
[dependencies ]
26
- futures-core-preview = { path = " ../futures-core" , version = " 0.3.0-alpha.5 " , default-features = false }
27
- futures-channel-preview = { path = " ../futures-channel" , version = " 0.3.0-alpha.5 " , default-features = false }
28
- futures-executor-preview = { path = " ../futures-executor" , version = " 0.3.0-alpha.5 " , default-features = false }
29
- futures-io-preview = { path = " ../futures-io" , version = " 0.3.0-alpha.5 " , default-features = false }
30
- futures-sink-preview = { path = " ../futures-sink" , version = " 0.3.0-alpha.5 " , default-features = false }
31
- futures-util-preview = { path = " ../futures-util" , version = " 0.3.0-alpha.5 " , default-features = false }
26
+ futures-core-preview = { path = " ../futures-core" , version = " 0.3.0-alpha.6 " , default-features = false }
27
+ futures-channel-preview = { path = " ../futures-channel" , version = " 0.3.0-alpha.6 " , default-features = false }
28
+ futures-executor-preview = { path = " ../futures-executor" , version = " 0.3.0-alpha.6 " , default-features = false }
29
+ futures-io-preview = { path = " ../futures-io" , version = " 0.3.0-alpha.6 " , default-features = false }
30
+ futures-sink-preview = { path = " ../futures-sink" , version = " 0.3.0-alpha.6 " , default-features = false }
31
+ futures-util-preview = { path = " ../futures-util" , version = " 0.3.0-alpha.6 " , default-features = false }
32
32
33
33
[dev-dependencies ]
34
34
pin-utils = " 0.1.0-alpha.2"
35
- futures-test-preview = { path = " ../futures-test" , version = " 0.3.0-alpha.5 " , default-features = false }
35
+ futures-test-preview = { path = " ../futures-test" , version = " 0.3.0-alpha.6 " , default-features = false }
36
36
37
37
[features ]
38
38
nightly = [" futures-util-preview/nightly" ]
0 commit comments