mirror of
https://github.com/bevyengine/bevy
synced 2024-11-10 07:04:33 +00:00
Bumps async crates requirements to latest major version (#10370)
# Objective - Closes #10316 ## Solution - Grouped a bunch of version requirement bumps for most of the `async` crates.
This commit is contained in:
parent
f613c450bc
commit
4ffd5104f3
1 changed files with 2 additions and 2 deletions
|
@ -27,8 +27,8 @@ bevy_tasks = { path = "../bevy_tasks", version = "0.12.0" }
|
|||
bevy_utils = { path = "../bevy_utils", version = "0.12.0" }
|
||||
|
||||
async-broadcast = "0.5"
|
||||
async-fs = "1.5"
|
||||
async-lock = "2.8"
|
||||
async-fs = "2.0"
|
||||
async-lock = "3.0"
|
||||
crossbeam-channel = "0.5"
|
||||
downcast-rs = "1.2"
|
||||
futures-io = "0.3"
|
||||
|
|
Loading…
Reference in a new issue