Skip to content

Commit 804a52b

Browse files
use published smol
1 parent e4df140 commit 804a52b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Cargo.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ version = "1.5.0"
44
authors = [
55
"Stjepan Glavina <[email protected]>",
66
"Yoshua Wuyts <[email protected]>",
7+
"Friedel Ziegelmayer <[email protected]>",
78
"Contributors to async-std",
89
]
910
edition = "2018"
@@ -65,7 +66,7 @@ pin-utils = { version = "0.1.0-alpha.4", optional = true }
6566
slab = { version = "0.4.2", optional = true }
6667

6768
[target.'cfg(not(target_os = "unknown"))'.dependencies]
68-
smol = { path = "../smol", optional = true }
69+
smol = { version = "0.1", optional = true }
6970

7071
[target.'cfg(target_arch = "wasm32")'.dependencies]
7172
wasm-timer = "0.2.4"

0 commit comments

Comments
 (0)