Skip to content

Commit

Permalink
Merge #252
Browse files Browse the repository at this point in the history
252: prune deps r=yoshuawuyts a=yoshuawuyts

This makes `broadcaster` use `std::sync::Mutex` rather than `parking_lot`, saving on some deps. Thanks!

Co-authored-by: Yoshua Wuyts <[email protected]>
  • Loading branch information
bors[bot] and yoshuawuyts authored Sep 28, 2019
2 parents 383f7e9 + 4a09cbf commit b8b25b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ num_cpus = "1.10.1"
pin-utils = "0.1.0-alpha.4"
slab = "0.4.2"
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]
femme = "1.2.0"
Expand Down

0 comments on commit b8b25b1

Please sign in to comment.