forked from extern/nushell
Merge pull request #148 from jonathandturner/master
Pin the futures-preview version
This commit is contained in:
commit
5888471706
@ -25,8 +25,8 @@ chrono-humanize = "0.0.11"
|
||||
byte-unit = "2.1.0"
|
||||
ordered-float = {version = "1.0.2", features = ["serde"]}
|
||||
prettyprint = "0.7.0"
|
||||
futures-preview = { version = "0.3.0-alpha.16", features = ["compat", "io-compat"] }
|
||||
futures-sink-preview = "0.3.0-alpha.16"
|
||||
futures-preview = { version = "=0.3.0-alpha.16", features = ["compat", "io-compat"] }
|
||||
futures-sink-preview = "=0.3.0-alpha.16"
|
||||
futures_codec = "0.2.2"
|
||||
term = "0.5.2"
|
||||
bytes = "0.4.12"
|
||||
|
Loading…
Reference in New Issue
Block a user