11[package ]
22name = " futures-test"
33edition = " 2018"
4- version = " 0.3.0 "
4+ version = " 0.3.1 "
55authors = [
" Wim Looman <[email protected] >" ]
66license = " MIT OR Apache-2.0"
77repository = " https://github.com/rust-lang-nursery/futures-rs"
@@ -15,15 +15,15 @@ Common utilities for testing components built off futures-rs.
1515name = " futures_test"
1616
1717[dependencies ]
18- futures-core = { version = " 0.3.0 " , path = " ../futures-core" , default-features = false }
19- futures-task = { version = " 0.3.0 " , path = " ../futures-task" , default-features = false }
20- futures-io = { version = " 0.3.0 " , path = " ../futures-io" , default-features = false }
21- futures-util = { version = " 0.3.0 " , path = " ../futures-util" , default-features = false }
22- futures-executor = { version = " 0.3.0 " , path = " ../futures-executor" , default-features = false }
18+ futures-core = { version = " 0.3.1 " , path = " ../futures-core" , default-features = false }
19+ futures-task = { version = " 0.3.1 " , path = " ../futures-task" , default-features = false }
20+ futures-io = { version = " 0.3.1 " , path = " ../futures-io" , default-features = false }
21+ futures-util = { version = " 0.3.1 " , path = " ../futures-util" , default-features = false }
22+ futures-executor = { version = " 0.3.1 " , path = " ../futures-executor" , default-features = false }
2323pin-utils = { version = " 0.1.0-alpha.4" , default-features = false }
2424
2525[dev-dependencies ]
26- futures = { version = " 0.3.0 " , path = " ../futures" , default-features = false , features = [" std" ] }
26+ futures = { version = " 0.3.1 " , path = " ../futures" , default-features = false , features = [" std" ] }
2727
2828[features ]
2929default = [" std" ]
0 commit comments