Skip to content

Commit

Permalink
Bumps async crates requirements to latest major version (bevyengine#1…
Browse files Browse the repository at this point in the history
…0370)

# Objective

- Closes bevyengine#10316

## Solution

- Grouped a bunch of version requirement bumps for most of the `async`
crates.
  • Loading branch information
mnmaita authored and Ray Redondo committed Jan 9, 2024
1 parent c37635a commit 5a4e4fe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions crates/bevy_asset/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 5a4e4fe

Please sign in to comment.