downgrade async-std to 1.5.0 (#119)

This commit is contained in:
Svyatoslav Nikolsky
2020-06-02 13:40:39 +03:00
committed by Bastian Köcher
parent a6a86c21bb
commit 3ebaf0548d
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ edition = "2018"
[dependencies]
ansi_term = "0.12"
async-std = "1.6.0"
async-std = "=1.5.0"
async-stream = "0.2.0"
async-trait = "0.1.31"
clap = { version = "2.33.1", features = ["yaml"] }
+1 -1
View File
@@ -5,7 +5,7 @@ authors = ["Parity Technologies <admin@parity.io>"]
edition = "2018"
[dependencies]
async-std = "1.6.0"
async-std = "=1.5.0"
clap = "2.33.1"
ctrlc = "3.1.4"
derive_more = "0.99.7"