mirror of
https://github.com/async-rs/async-std.git
synced 2025-01-19 20:13:51 +00:00
prune deps
Signed-off-by: Yoshua Wuyts <yoshuawuyts@gmail.com>
This commit is contained in:
parent
8a5144f60e
commit
4a09cbf577
1 changed files with 1 additions and 1 deletions
|
@ -42,7 +42,7 @@ num_cpus = "1.10.1"
|
||||||
pin-utils = "0.1.0-alpha.4"
|
pin-utils = "0.1.0-alpha.4"
|
||||||
slab = "0.4.2"
|
slab = "0.4.2"
|
||||||
kv-log-macro = "1.0.4"
|
kv-log-macro = "1.0.4"
|
||||||
broadcaster = { version = "0.2.4", optional = true }
|
broadcaster = { version = "0.2.6", optional = true, default-features = false, features = ["default-channels"] }
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
femme = "1.2.0"
|
femme = "1.2.0"
|
||||||
|
|
Loading…
Reference in a new issue