2
0
Fork 1
mirror of https://github.com/async-rs/async-std.git synced 2025-01-16 02:39:55 +00:00

update broadcastor to 1.0.0 (#681)

This commit is contained in:
nasa 2020-01-17 03:07:11 +09:00 committed by Stjepan Glavina
parent 0eb5ca14ac
commit d283352a9a

View file

@ -51,7 +51,7 @@ std = [
[dependencies]
async-attributes = { version = "1.1.1", optional = true }
async-task = { version = "1.2.1", optional = true }
broadcaster = { version = "0.2.6", optional = true, default-features = false, features = ["default-channels"] }
broadcaster = { version = "1.0.0", optional = true }
crossbeam-channel = { version = "0.4.0", optional = true }
crossbeam-deque = { version = "0.7.2", optional = true }
crossbeam-utils = { version = "0.7.0", optional = true }