11[package ]
22name  = " futures-executor" 
33edition  = " 2018" 
4- version  = " 0.3.5 " 
4+ version  = " 0.3.6 " 
55authors  = [
" Alex Crichton <[email protected] >" ]
66license  = " MIT OR Apache-2.0" 
77repository  = " https://github.com/rust-lang/futures-rs" 
88homepage  = " https://rust-lang.github.io/futures-rs" 
9- documentation  = " https://docs.rs/futures-executor/0.3.5 " 
9+ documentation  = " https://docs.rs/futures-executor/0.3.6 " 
1010description  = """ 
1111Executors for asynchronous tasks based on the futures-rs library. 
1212""" 
@@ -17,13 +17,13 @@ std = ["futures-core/std", "futures-task/std", "futures-util/std"]
1717thread-pool  = [" std" " num_cpus" 
1818
1919[dependencies ]
20- futures-core  = { path  = " ../futures-core" version  = " 0.3.5 " default-features  = false  }
21- futures-task  = { path  = " ../futures-task" version  = " 0.3.5 " default-features  = false  }
22- futures-util  = { path  = " ../futures-util" version  = " 0.3.5 " default-features  = false  }
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  }
2323num_cpus  = { version  = " 1.8.0" optional  = true  }
2424
2525[dev-dependencies ]
26- futures  = { path  = " ../futures" version  = " 0.3.5 " 
26+ futures  = { path  = " ../futures" version  = " 0.3.6 " 
2727
2828[package .metadata .docs .rs ]
2929all-features  = true 
0 commit comments