1
1
[package ]
2
2
name = " futures-executor"
3
3
edition = " 2018"
4
- version = " 0.3.6 "
4
+ version = " 0.3.7 "
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-executor/0.3.6 "
9
+ documentation = " https://docs.rs/futures-executor/0.3.7 "
10
10
description = """
11
11
Executors for asynchronous tasks based on the futures-rs library.
12
12
"""
@@ -17,13 +17,13 @@ std = ["futures-core/std", "futures-task/std", "futures-util/std"]
17
17
thread-pool = [" std" , " num_cpus" ]
18
18
19
19
[dependencies ]
20
- futures-core = { path = " ../futures-core" , version = " 0.3.6 " , default-features = false }
21
- futures-task = { path = " ../futures-task" , version = " 0.3.6 " , default-features = false }
22
- futures-util = { path = " ../futures-util" , version = " 0.3.6 " , default-features = false }
20
+ futures-core = { path = " ../futures-core" , version = " 0.3.7 " , default-features = false }
21
+ futures-task = { path = " ../futures-task" , version = " 0.3.7 " , default-features = false }
22
+ futures-util = { path = " ../futures-util" , version = " 0.3.7 " , default-features = false }
23
23
num_cpus = { version = " 1.8.0" , optional = true }
24
24
25
25
[dev-dependencies ]
26
- futures = { path = " ../futures" , version = " 0.3.6 " }
26
+ futures = { path = " ../futures" , version = " 0.3.7 " }
27
27
28
28
[package .metadata .docs .rs ]
29
29
all-features = true
0 commit comments