mirror of
https://github.com/async-rs/async-std.git
synced 2025-04-02 22:46:42 +00:00
try to fix wasm
Signed-off-by: Marc-Antoine Perennou <Marc-Antoine@Perennou.com>
This commit is contained in:
parent
8823c460fc
commit
dbbf311344
1 changed files with 1 additions and 0 deletions
|
@ -96,6 +96,7 @@ futures-channel = { version = "0.3.4", optional = true }
|
|||
|
||||
[target.'cfg(target_arch = "wasm32")'.dev-dependencies]
|
||||
wasm-bindgen-test = "0.3.10"
|
||||
getrandom = { version = "0.2.0", features = ["js"] }
|
||||
|
||||
[dev-dependencies]
|
||||
femme = "2.1.1"
|
||||
|
|
Loading…
Reference in a new issue