1
1
[package ]
2
2
name = " futures-test"
3
3
edition = " 2018"
4
- version = " 0.3.3 "
4
+ version = " 0.3.4 "
5
5
authors = [
" Wim Looman <[email protected] >" ]
6
6
license = " MIT OR Apache-2.0"
7
7
repository = " https://github.com/rust-lang/futures-rs"
@@ -12,15 +12,15 @@ Common utilities for testing components built off futures-rs.
12
12
"""
13
13
14
14
[dependencies ]
15
- futures-core = { version = " 0.3.3 " , path = " ../futures-core" , default-features = false }
16
- futures-task = { version = " 0.3.3 " , path = " ../futures-task" , default-features = false }
17
- futures-io = { version = " 0.3.3 " , path = " ../futures-io" , default-features = false }
18
- futures-util = { version = " 0.3.3 " , path = " ../futures-util" , default-features = false }
19
- futures-executor = { version = " 0.3.3 " , path = " ../futures-executor" , default-features = false }
15
+ futures-core = { version = " 0.3.4 " , path = " ../futures-core" , default-features = false }
16
+ futures-task = { version = " 0.3.4 " , path = " ../futures-task" , default-features = false }
17
+ futures-io = { version = " 0.3.4 " , path = " ../futures-io" , default-features = false }
18
+ futures-util = { version = " 0.3.4 " , path = " ../futures-util" , default-features = false }
19
+ futures-executor = { version = " 0.3.4 " , path = " ../futures-executor" , default-features = false }
20
20
pin-utils = { version = " 0.1.0-alpha.4" , default-features = false }
21
21
22
22
[dev-dependencies ]
23
- futures = { version = " 0.3.3 " , path = " ../futures" , default-features = false , features = [" std" ] }
23
+ futures = { version = " 0.3.4 " , path = " ../futures" , default-features = false , features = [" std" ] }
24
24
25
25
[features ]
26
26
default = [" std" ]
0 commit comments