2
0
Fork 1
mirror of https://github.com/async-rs/async-std.git synced 2025-03-04 17:19:41 +00:00

update smol

This commit is contained in:
dignifiedquire 2020-04-27 12:17:12 +02:00
parent 280b1a4344
commit 7a9afbd81c

View file

@ -66,7 +66,7 @@ pin-utils = { version = "0.1.0-alpha.4", optional = true }
slab = { version = "0.4.2", optional = true }
[target.'cfg(not(target_os = "unknown"))'.dependencies]
smol = { version = "0.1", optional = true }
smol = { version = "0.1.1", optional = true }
[target.'cfg(target_arch = "wasm32")'.dependencies]
wasm-timer = "0.2.4"