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