11[package ]
22name = " futures-executor"
3- version = " 0.2.0 "
3+ version = " 0.2.1 "
44authors = [
" Alex Crichton <[email protected] >" ]
55license = " MIT/Apache-2.0"
66repository = " https://github.com/rust-lang-nursery/futures-rs"
@@ -15,12 +15,12 @@ std = ["num_cpus", "futures-core/std", "futures-util/std", "futures-channel/std"
1515default = [" std" ]
1616
1717[dependencies ]
18- futures-core = { path = " ../futures-core" , version = " 0.2.0 " , default-features = false }
19- futures-util = { path = " ../futures-util" , version = " 0.2.0 " , default-features = false }
20- futures-channel = { path = " ../futures-channel" , version = " 0.2.0 " , default-features = false }
18+ futures-core = { path = " ../futures-core" , version = " 0.2.1 " , default-features = false }
19+ futures-util = { path = " ../futures-util" , version = " 0.2.1 " , default-features = false }
20+ futures-channel = { path = " ../futures-channel" , version = " 0.2.1 " , default-features = false }
2121num_cpus = { version = " 1.0" , optional = true }
2222lazy_static = { version = " 1.0" , optional = true }
2323
2424[dev-dependencies ]
25- futures = { path = " ../futures" , version = " 0.2.0 " }
26- futures-channel = { path = " ../futures-channel" , version = " 0.2.0 " }
25+ futures = { path = " ../futures" , version = " 0.2.1 " }
26+ futures-channel = { path = " ../futures-channel" , version = " 0.2.1 " }
0 commit comments