We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e4df140 commit 804a52bCopy full SHA for 804a52b
Cargo.toml
@@ -4,6 +4,7 @@ version = "1.5.0"
4
authors = [
5
"Stjepan Glavina <stjepang@gmail.com>",
6
"Yoshua Wuyts <yoshuawuyts@gmail.com>",
7
+ "Friedel Ziegelmayer <me@dignifiedquire.com>",
8
"Contributors to async-std",
9
]
10
edition = "2018"
@@ -65,7 +66,7 @@ pin-utils = { version = "0.1.0-alpha.4", optional = true }
65
66
slab = { version = "0.4.2", optional = true }
67
68
[target.'cfg(not(target_os = "unknown"))'.dependencies]
-smol = { path = "../smol", optional = true }
69
+smol = { version = "0.1", optional = true }
70
71
[target.'cfg(target_arch = "wasm32")'.dependencies]
72
wasm-timer = "0.2.4"
0 commit comments