Skip to content

Commit 47daf55

Browse files
committed
Pin futures to 0.3.0-alpha.18
1 parent f6a2393 commit 47daf55

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,9 +50,9 @@ surf = "1.0.2"
5050
tempdir = "0.3.7"
5151

5252
# These are used by the book for examples
53-
futures-channel-preview = "0.3.0-alpha.18"
54-
futures-util-preview = "0.3.0-alpha.18"
53+
futures-channel-preview = "=0.3.0-alpha.18"
54+
futures-util-preview = "=0.3.0-alpha.18"
5555

5656
[dev-dependencies.futures-preview]
57-
version = "0.3.0-alpha.18"
57+
version = "=0.3.0-alpha.18"
5858
features = ["std", "nightly", "async-await"]

0 commit comments

Comments
 (0)