Skip to content

Commit 7fad7ae

Browse files
taiki-ecramertj
authored andcommitted
Update older version nums in futures-test
1 parent 7b6fb1f commit 7fad7ae

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

futures-test/Cargo.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ authors = ["Wim Looman <wim@nemo157.com>"]
66
license = "MIT OR Apache-2.0"
77
repository = "https://github.com/rust-lang-nursery/futures-rs"
88
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"
1010
description = """
1111
Common utilities for testing components built off futures-rs.
1212
"""
@@ -15,13 +15,13 @@ Common utilities for testing components built off futures-rs.
1515
name = "futures_test"
1616

1717
[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 }
2121
pin-utils = { version = "0.1.0-alpha.4", default-features = false }
2222

2323
[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"] }
2525

2626
[features]
2727
default = ["std"]

0 commit comments

Comments
 (0)