Skip to content

Commit f9e0513

Browse files
committed
fix: remvoe extra async_channel dependency
1 parent 4b49296 commit f9e0513

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

crates/bevy_tasks/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,6 @@ crossbeam-queue = { version = "0.3", default-features = false, features = [
7272
[target.'cfg(target_arch = "wasm32")'.dependencies]
7373
wasm-bindgen-futures = { version = "0.4", optional = true }
7474
pin-project = { version = "1", optional = true }
75-
async-channel = { version = "2.5.0", optional = true }
7675

7776
[target.'cfg(not(all(target_has_atomic = "8", target_has_atomic = "16", target_has_atomic = "32", target_has_atomic = "64", target_has_atomic = "ptr")))'.dependencies]
7877
async-task = { version = "4.4.0", default-features = false, features = [

0 commit comments

Comments
 (0)