11[package ]
22name = " futures-executor-preview"
33edition = " 2018"
4- version = " 0.3.0-alpha.14 "
4+ version = " 0.3.0-alpha.15 "
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.14 /futures_executor"
9+ documentation = " https://rust-lang-nursery.github.io/futures-api-docs/0.3.0-alpha.15 /futures_executor"
1010description = """
1111Executors for asynchronous tasks based on the futures-rs library.
1212"""
@@ -19,12 +19,12 @@ 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.14 " , default-features = false }
23- futures-util-preview = { path = " ../futures-util" , version = " =0.3.0-alpha.14 " , default-features = false }
24- futures-channel-preview = { path = " ../futures-channel" , version = " =0.3.0-alpha.14 " , default-features = false }
22+ futures-core-preview = { path = " ../futures-core" , version = " =0.3.0-alpha.15 " , default-features = false }
23+ futures-util-preview = { path = " ../futures-util" , version = " =0.3.0-alpha.15 " , default-features = false }
24+ futures-channel-preview = { path = " ../futures-channel" , version = " =0.3.0-alpha.15 " , default-features = false }
2525num_cpus = { version = " 1.8.0" , optional = true }
2626pin-utils = " 0.1.0-alpha.4"
2727
2828[dev-dependencies ]
29- futures-preview = { path = " ../futures" , version = " =0.3.0-alpha.14 " }
30- futures-channel-preview = { path = " ../futures-channel" , version = " =0.3.0-alpha.14 " }
29+ futures-preview = { path = " ../futures" , version = " =0.3.0-alpha.15 " }
30+ futures-channel-preview = { path = " ../futures-channel" , version = " =0.3.0-alpha.15 " }
0 commit comments