We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0eb5ca1 commit d283352Copy full SHA for d283352
Cargo.toml
@@ -51,7 +51,7 @@ std = [
51
[dependencies]
52
async-attributes = { version = "1.1.1", optional = true }
53
async-task = { version = "1.2.1", optional = true }
54
-broadcaster = { version = "0.2.6", optional = true, default-features = false, features = ["default-channels"] }
+broadcaster = { version = "1.0.0", optional = true }
55
crossbeam-channel = { version = "0.4.0", optional = true }
56
crossbeam-deque = { version = "0.7.2", optional = true }
57
crossbeam-utils = { version = "0.7.0", optional = true }
0 commit comments