Update async-broadcast
(#17500)
# 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.
This commit is contained in:
parent
8e6bf0637b
commit
17294eebb2
@ -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"] }
|
||||
|
Loading…
Reference in New Issue
Block a user