11[package ]
22name = " futures-executor-preview"
33edition = " 2018"
4- version = " 0.3.0-alpha.16 "
4+ version = " 0.3.0-alpha.17 "
55authors = [
" Alex Crichton <[email protected] >" ]
66license = " MIT OR Apache-2.0"
77repository = " https://github.com/rust-lang-nursery/futures-rs"
88homepage = " https://rust-lang-nursery.github.io/futures-rs"
9- documentation = " https://rust-lang-nursery.github.io/futures-api-docs/0.3.0-alpha.16 /futures_executor"
9+ documentation = " https://rust-lang-nursery.github.io/futures-api-docs/0.3.0-alpha.17 /futures_executor"
1010description = """
1111Executors for asynchronous tasks based on the futures-rs library.
1212"""
@@ -19,11 +19,11 @@ std = ["num_cpus", "futures-core-preview/std", "futures-util-preview/std", "futu
1919default = [" std" ]
2020
2121[dependencies ]
22- futures-core-preview = { path = " ../futures-core" , version = " =0.3.0-alpha.16 " , default-features = false }
23- futures-util-preview = { path = " ../futures-util" , version = " =0.3.0-alpha.16 " , default-features = false }
24- futures-channel-preview = { path = " ../futures-channel" , version = " =0.3.0-alpha.16 " , default-features = false }
22+ futures-core-preview = { path = " ../futures-core" , version = " =0.3.0-alpha.17 " , default-features = false }
23+ futures-util-preview = { path = " ../futures-util" , version = " =0.3.0-alpha.17 " , default-features = false }
24+ futures-channel-preview = { path = " ../futures-channel" , version = " =0.3.0-alpha.17 " , default-features = false }
2525num_cpus = { version = " 1.8.0" , optional = true }
2626
2727[dev-dependencies ]
28- futures-preview = { path = " ../futures" , version = " =0.3.0-alpha.16 " }
29- futures-channel-preview = { path = " ../futures-channel" , version = " =0.3.0-alpha.16 " }
28+ futures-preview = { path = " ../futures" , version = " =0.3.0-alpha.17 " }
29+ futures-channel-preview = { path = " ../futures-channel" , version = " =0.3.0-alpha.17 " }
0 commit comments