Skip to content

Commit

Permalink
Update concurrent-queue to 2.0 (bevyengine#6538)
Browse files Browse the repository at this point in the history
Co-authored-by: devil-ira <justthecooldude@gmail.com>
  • Loading branch information
2 people authored and alradish committed Jan 22, 2023
1 parent c5ebac6 commit 382d910
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/bevy_tasks/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ async-executor = "1.3.0"
async-channel = "1.4.2"
async-task = "4.2.0"
once_cell = "1.7"
concurrent-queue = "1.2.2"
concurrent-queue = "2.0.0"

[target.'cfg(target_arch = "wasm32")'.dependencies]
wasm-bindgen-futures = "0.4"
Expand Down

0 comments on commit 382d910

Please sign in to comment.