1
1
[package ]
2
2
name = " futures-util"
3
3
edition = " 2018"
4
- version = " 0.3.8 "
4
+ version = " 0.3.9 "
5
5
authors = [
" Alex Crichton <[email protected] >" ]
6
6
license = " MIT OR Apache-2.0"
7
7
repository = " https://github.com/rust-lang/futures-rs"
8
8
homepage = " https://rust-lang.github.io/futures-rs"
9
- documentation = " https://docs.rs/futures-util/0.3.8 "
9
+ documentation = " https://docs.rs/futures-util/0.3"
10
10
description = """
11
11
Common utilities and extension traits for the futures-rs library.
12
12
"""
@@ -33,12 +33,12 @@ read-initializer = ["io", "futures-io/read-initializer", "futures-io/unstable"]
33
33
write-all-vectored = [" io" ]
34
34
35
35
[dependencies ]
36
- futures-core = { path = " ../futures-core" , version = " 0.3.8 " , default-features = false }
37
- futures-task = { path = " ../futures-task" , version = " 0.3.8 " , default-features = false }
38
- futures-channel = { path = " ../futures-channel" , version = " 0.3.8 " , default-features = false , features = [" std" ], optional = true }
39
- futures-io = { path = " ../futures-io" , version = " 0.3.8 " , default-features = false , features = [" std" ], optional = true }
40
- futures-sink = { path = " ../futures-sink" , version = " 0.3.8 " , default-features = false , optional = true }
41
- futures-macro = { path = " ../futures-macro" , version = " =0.3.8 " , default-features = false , optional = true }
36
+ futures-core = { path = " ../futures-core" , version = " 0.3.9 " , default-features = false }
37
+ futures-task = { path = " ../futures-task" , version = " 0.3.9 " , default-features = false }
38
+ futures-channel = { path = " ../futures-channel" , version = " 0.3.9 " , default-features = false , features = [" std" ], optional = true }
39
+ futures-io = { path = " ../futures-io" , version = " 0.3.9 " , default-features = false , features = [" std" ], optional = true }
40
+ futures-sink = { path = " ../futures-sink" , version = " 0.3.9 " , default-features = false , optional = true }
41
+ futures-macro = { path = " ../futures-macro" , version = " =0.3.9 " , default-features = false , optional = true }
42
42
proc-macro-hack = { version = " 0.5.19" , optional = true }
43
43
proc-macro-nested = { version = " 0.1.2" , optional = true }
44
44
slab = { version = " 0.4.2" , optional = true }
0 commit comments