@@ -6,7 +6,7 @@ authors = ["Wim Looman <wim@nemo157.com>"]
6
6
license = " MIT OR Apache-2.0"
7
7
repository = " https://github.com/rust-lang-nursery/futures-rs"
8
8
homepage = " https://rust-lang-nursery.github.io/futures-rs"
9
- documentation = " https://rust-lang-nursery.github.io/futures-doc/0.3.0-alpha.5 /futures_test"
9
+ documentation = " https://rust-lang-nursery.github.io/futures-doc/0.3.0-alpha.12 /futures_test"
10
10
description = """
11
11
Common utilities for testing components built off futures-rs.
12
12
"""
@@ -15,13 +15,13 @@ Common utilities for testing components built off futures-rs.
15
15
name = " futures_test"
16
16
17
17
[dependencies ]
18
- futures-core-preview = { version = " 0.3.0-alpha.2 " , path = " ../futures-core" , default-features = false }
19
- futures-util-preview = { version = " 0.3.0-alpha.2 " , path = " ../futures-util" , default-features = false }
20
- futures-executor-preview = { version = " 0.3.0-alpha.2 " , path = " ../futures-executor" , default-features = false }
18
+ futures-core-preview = { version = " = 0.3.0-alpha.12 " , path = " ../futures-core" , default-features = false }
19
+ futures-util-preview = { version = " = 0.3.0-alpha.12 " , path = " ../futures-util" , default-features = false }
20
+ futures-executor-preview = { version = " = 0.3.0-alpha.12 " , path = " ../futures-executor" , default-features = false }
21
21
pin-utils = { version = " 0.1.0-alpha.4" , default-features = false }
22
22
23
23
[dev-dependencies ]
24
- futures-preview = { version = " 0.3.0-alpha.2 " , path = " ../futures" , default-features = false , features = [" std" ] }
24
+ futures-preview = { version = " = 0.3.0-alpha.12 " , path = " ../futures" , default-features = false , features = [" std" ] }
25
25
26
26
[features ]
27
27
default = [" std" ]
0 commit comments