Skip to content

Commit e1fe8ac

Browse files
cleanup broadcaster dependency
1 parent 748093a commit e1fe8ac

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Diff for: Cargo.toml

+1-2
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ default = [
3131
"pin-project-lite",
3232
]
3333
docs = ["attributes", "unstable", "default"]
34-
unstable = ["std", "broadcaster"]
34+
unstable = ["std"]
3535
attributes = ["async-attributes"]
3636
std = [
3737
"alloc",
@@ -55,7 +55,6 @@ alloc = [
5555
[dependencies]
5656
async-attributes = { version = "1.1.1", optional = true }
5757
async-task = { version = "3.0.0", optional = true }
58-
broadcaster = { version = "1.0.0", optional = true }
5958
crossbeam-utils = { version = "0.7.2", optional = true }
6059
futures-core = { version = "0.3.4", optional = true, default-features = false }
6160
futures-io = { version = "0.3.4", optional = true }

0 commit comments

Comments
 (0)