mirror of
https://github.com/bevyengine/bevy
synced 2024-11-10 07:04:33 +00:00
Update concurrent-queue to 2.0 (#6538)
Co-authored-by: devil-ira <justthecooldude@gmail.com>
This commit is contained in:
parent
79b9231b74
commit
b7d6ee8c68
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ async-executor = "1.3.0"
|
||||||
async-channel = "1.4.2"
|
async-channel = "1.4.2"
|
||||||
async-task = "4.2.0"
|
async-task = "4.2.0"
|
||||||
once_cell = "1.7"
|
once_cell = "1.7"
|
||||||
concurrent-queue = "1.2.2"
|
concurrent-queue = "2.0.0"
|
||||||
|
|
||||||
[target.'cfg(target_arch = "wasm32")'.dependencies]
|
[target.'cfg(target_arch = "wasm32")'.dependencies]
|
||||||
wasm-bindgen-futures = "0.4"
|
wasm-bindgen-futures = "0.4"
|
||||||
|
|
Loading…
Reference in a new issue