mirror of
https://github.com/async-rs/async-std.git
synced 2025-01-30 01:05:31 +00:00
use published smol
This commit is contained in:
parent
e4df1405c1
commit
804a52b7fd
1 changed files with 2 additions and 1 deletions
|
@ -4,6 +4,7 @@ version = "1.5.0"
|
|||
authors = [
|
||||
"Stjepan Glavina <stjepang@gmail.com>",
|
||||
"Yoshua Wuyts <yoshuawuyts@gmail.com>",
|
||||
"Friedel Ziegelmayer <me@dignifiedquire.com>",
|
||||
"Contributors to async-std",
|
||||
]
|
||||
edition = "2018"
|
||||
|
@ -65,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 = { path = "../smol", optional = true }
|
||||
smol = { version = "0.1", optional = true }
|
||||
|
||||
[target.'cfg(target_arch = "wasm32")'.dependencies]
|
||||
wasm-timer = "0.2.4"
|
||||
|
|
Loading…
Reference in a new issue