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:
parent
f6a2393fb5
commit
47daf555f3
1 changed files with 3 additions and 3 deletions
|
@ -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"]
|
||||||
|
|
Loading…
Reference in a new issue