Skip to content

Commit

Permalink
use published smol
Browse files Browse the repository at this point in the history
  • Loading branch information
dignifiedquire committed May 2, 2020
1 parent e4df140 commit 804a52b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ version = "1.5.0"
authors = [
"Stjepan Glavina <[email protected]>",
"Yoshua Wuyts <[email protected]>",
"Friedel Ziegelmayer <[email protected]>",
"Contributors to async-std",
]
edition = "2018"
Expand Down Expand Up @@ -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"
Expand Down

0 comments on commit 804a52b

Please sign in to comment.