Merge pull request #432 from nushell/jonathandturner-patch-2

Fix build by pinning futures-async-stream
This commit is contained in:
Jonathan Turner 2019-08-26 11:07:05 +12:00 committed by GitHub
commit f911e63765
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -30,7 +30,7 @@ ordered-float = {version = "1.0.2", features = ["serde"]}
prettyprint = "0.7.0"
futures-preview = { version = "=0.3.0-alpha.17", features = ["compat", "io-compat"] }
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"
term = "0.5.2"
bytes = "0.4.12"