Skip to content

Commit fdeb537

Browse files
committed
async-executor version
1 parent 6ca08bc commit fdeb537

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/bevy_tasks/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ multi-threaded = []
1313

1414
[dependencies]
1515
futures-lite = "1.4.0"
16-
async-executor = "1.3.0"
16+
async-executor = ">= 1.3.0, < 1.5.2"
1717
async-channel = "1.4.2"
1818
async-io = { version = "2.0.0", optional = true }
1919
async-task = "4.2.0"

0 commit comments

Comments
 (0)