2
0
Fork 1
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:
Marc-Antoine Perennou 2020-12-23 22:22:10 +01:00
parent 8823c460fc
commit dbbf311344

View file

@ -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"