mirror of
https://github.com/nushell/nushell.git
synced 2024-11-22 16:33:37 +01:00
Fix build by pinning futures-async-stream
This pins futures-async-stream to fix the current build failure
This commit is contained in:
parent
12e3806349
commit
472ff74904
@ -30,7 +30,7 @@ ordered-float = {version = "1.0.2", features = ["serde"]}
|
|||||||
prettyprint = "0.7.0"
|
prettyprint = "0.7.0"
|
||||||
futures-preview = { version = "=0.3.0-alpha.17", features = ["compat", "io-compat"] }
|
futures-preview = { version = "=0.3.0-alpha.17", features = ["compat", "io-compat"] }
|
||||||
futures-sink-preview = "=0.3.0-alpha.17"
|
futures-sink-preview = "=0.3.0-alpha.17"
|
||||||
futures-async-stream = "0.1.0-alpha.1"
|
futures-async-stream = "=0.1.0-alpha.2"
|
||||||
futures_codec = "0.2.5"
|
futures_codec = "0.2.5"
|
||||||
term = "0.5.2"
|
term = "0.5.2"
|
||||||
bytes = "0.4.12"
|
bytes = "0.4.12"
|
||||||
|
Loading…
Reference in New Issue
Block a user