mirror of
https://github.com/async-rs/async-std.git
synced 2025-06-09 07:41:32 +00:00
update broadcastor to 1.0.0 (#681)
This commit is contained in:
parent
0eb5ca14ac
commit
d283352a9a
1 changed files with 1 additions and 1 deletions
|
@ -51,7 +51,7 @@ std = [
|
||||||
[dependencies]
|
[dependencies]
|
||||||
async-attributes = { version = "1.1.1", optional = true }
|
async-attributes = { version = "1.1.1", optional = true }
|
||||||
async-task = { version = "1.2.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-channel = { version = "0.4.0", optional = true }
|
||||||
crossbeam-deque = { version = "0.7.2", optional = true }
|
crossbeam-deque = { version = "0.7.2", optional = true }
|
||||||
crossbeam-utils = { version = "0.7.0", optional = true }
|
crossbeam-utils = { version = "0.7.0", optional = true }
|
||||||
|
|
Loading…
Reference in a new issue