Skip to content

Commit

Permalink
Update async-broadcast (#17500)
Browse files Browse the repository at this point in the history
# Objective

Dependabot tried up update this earlier, but it was noticed that this
broke wasm builds. A new release has happened since then which includes
a fix for that.

Here's the
[changelog](https://github.com/smol-rs/async-broadcast/blob/master/CHANGELOG.md).

Closes #11830

## Solution

Use `async-broadcast` `0.7.2`.

## Testing

I ran a few some examples involving assets on macos / wasm.
  • Loading branch information
rparrett authored Jan 23, 2025
1 parent 8e6bf06 commit 17294ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/bevy_asset/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ bevy_utils = { path = "../bevy_utils", version = "0.16.0-dev" }

stackfuture = "0.3"
atomicow = "1.0"
async-broadcast = "0.5"
async-broadcast = "0.7.2"
async-fs = "2.0"
async-lock = "3.0"
bitflags = { version = "2.3", features = ["serde"] }
Expand Down

0 comments on commit 17294ee

Please sign in to comment.