Skip to content

Commit

Permalink
Bumps async-fs and async-lock requirements to latest major version
Browse files Browse the repository at this point in the history
  • Loading branch information
mnmaita committed Nov 4, 2023
1 parent bf30a25 commit a1c52c1
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 a1c52c1

Please sign in to comment.