fix: prevent async-std@1.6, as that is broken on windows build

This commit is contained in:
Aaron Blankstein
2020-05-26 14:25:36 -05:00
parent 08c84e9a2b
commit 092db00ea0

View File

@@ -6,9 +6,9 @@ edition = "2018"
[dependencies]
async-h1 = "1.1"
async-std = { version = "1.4.0", features = ["attributes"] }
async-std = { version = "<1.6", features = ["attributes"] }
base64 = "0.12.0"
http-types = "1.0.0"
http-types = "1.0"
serde = "1"
serde_derive = "1"
serde_json = { version = "1.0", features = ["arbitrary_precision"] }