mirror of
https://github.com/alexgo-io/stacks-puppet-node.git
synced 2026-05-20 03:41:29 +08:00
fix: prevent async-std@1.6, as that is broken on windows build
This commit is contained in:
@@ -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"] }
|
||||
|
||||
Reference in New Issue
Block a user