1
1
[package ]
2
2
name = " futures-util-preview"
3
3
edition = " 2018"
4
- version = " 0.3.0-alpha.13 "
4
+ version = " 0.3.0-alpha.14 "
5
5
authors = [
" Alex Crichton <[email protected] >" ]
6
6
license = " MIT OR Apache-2.0"
7
7
repository = " https://github.com/rust-lang-nursery/futures-rs"
8
8
homepage = " https://rust-lang-nursery.github.io/futures-rs"
9
- documentation = " https://rust-lang-nursery.github.io/futures-api-docs/0.3.0-alpha.13 /futures_util"
9
+ documentation = " https://rust-lang-nursery.github.io/futures-api-docs/0.3.0-alpha.14 /futures_util"
10
10
description = """
11
11
Common utilities and extension traits for the futures-rs library.
12
12
"""
@@ -25,11 +25,11 @@ cfg-target-has-atomic = ["futures-core-preview/cfg-target-has-atomic"]
25
25
alloc = [" futures-core-preview/alloc" , " futures-sink-preview/alloc" ]
26
26
27
27
[dependencies ]
28
- futures-core-preview = { path = " ../futures-core" , version = " =0.3.0-alpha.13 " , default-features = false }
29
- futures-channel-preview = { path = " ../futures-channel" , version = " =0.3.0-alpha.13 " , default-features = false }
30
- futures-io-preview = { path = " ../futures-io" , version = " =0.3.0-alpha.13 " , default-features = false }
31
- futures-sink-preview = { path = " ../futures-sink" , version = " =0.3.0-alpha.13 " , default-features = false }
32
- futures-select-macro-preview = { path = " ../futures-select-macro" , version = " =0.3.0-alpha.13 " , default-features = false }
28
+ futures-core-preview = { path = " ../futures-core" , version = " =0.3.0-alpha.14 " , default-features = false }
29
+ futures-channel-preview = { path = " ../futures-channel" , version = " =0.3.0-alpha.14 " , default-features = false }
30
+ futures-io-preview = { path = " ../futures-io" , version = " =0.3.0-alpha.14 " , default-features = false }
31
+ futures-sink-preview = { path = " ../futures-sink" , version = " =0.3.0-alpha.14 " , default-features = false }
32
+ futures-select-macro-preview = { path = " ../futures-select-macro" , version = " =0.3.0-alpha.14 " , default-features = false }
33
33
either = { version = " 1.4" , default-features = false }
34
34
proc-macro-hack = " 0.5"
35
35
proc-macro-nested = " 0.1.2"
@@ -41,7 +41,7 @@ tokio-io = { version = "0.1.9", optional = true }
41
41
pin-utils = " 0.1.0-alpha.4"
42
42
43
43
[dev-dependencies ]
44
- futures-preview = { path = " ../futures" , version = " =0.3.0-alpha.13 " }
45
- futures-executor-preview = { path = " ../futures-executor" , version = " =0.3.0-alpha.13 " }
46
- futures-test-preview = { path = " ../futures-test" , version = " =0.3.0-alpha.13 " }
44
+ futures-preview = { path = " ../futures" , version = " =0.3.0-alpha.14 " }
45
+ futures-executor-preview = { path = " ../futures-executor" , version = " =0.3.0-alpha.14 " }
46
+ futures-test-preview = { path = " ../futures-test" , version = " =0.3.0-alpha.14 " }
47
47
tokio = " 0.1.11"
0 commit comments