2
0
Fork 1
mirror of https://github.com/async-rs/async-std.git synced 2025-01-16 10:49:55 +00:00

update to smol 1.0 subcrates

Signed-off-by: Marc-Antoine Perennou <Marc-Antoine@Perennou.com>
This commit is contained in:
Marc-Antoine Perennou 2020-09-07 17:01:29 +02:00
parent e2f638496c
commit 15798bd72b

View file

@ -80,9 +80,9 @@ futures-timer = { version = "3.0.2", optional = true }
surf = { version = "1.0.3", optional = true } surf = { version = "1.0.3", optional = true }
[target.'cfg(not(target_os = "unknown"))'.dependencies] [target.'cfg(not(target_os = "unknown"))'.dependencies]
async-executor = { version = "0.2.0", optional = true } async-executor = { version = "1.0.0", optional = true }
async-io = { version = "0.2.1", optional = true } async-io = { version = "1.0.1", optional = true }
blocking = { version = "0.6.0", optional = true } blocking = { version = "1.0.0", optional = true }
futures-lite = { version = "1.0.0", optional = true } futures-lite = { version = "1.0.0", optional = true }
[target.'cfg(target_arch = "wasm32")'.dependencies] [target.'cfg(target_arch = "wasm32")'.dependencies]