2
0
Fork 1
mirror of https://github.com/async-rs/async-std.git synced 2025-01-30 17:25:32 +00:00

Pin futures to 0.3.0-alpha.18

This commit is contained in:
Florian Gilcher 2019-09-28 16:31:36 +02:00
parent f6a2393fb5
commit 47daf555f3
No known key found for this signature in database
GPG key ID: E7B51D33F8EBF61B

View file

@ -50,9 +50,9 @@ surf = "1.0.2"
tempdir = "0.3.7" tempdir = "0.3.7"
# These are used by the book for examples # These are used by the book for examples
futures-channel-preview = "0.3.0-alpha.18" futures-channel-preview = "=0.3.0-alpha.18"
futures-util-preview = "0.3.0-alpha.18" futures-util-preview = "=0.3.0-alpha.18"
[dev-dependencies.futures-preview] [dev-dependencies.futures-preview]
version = "0.3.0-alpha.18" version = "=0.3.0-alpha.18"
features = ["std", "nightly", "async-await"] features = ["std", "nightly", "async-await"]