# Objective - Fixes https://github.com/bevyengine/bevy/issues/14975 ## Solution - Replace usages of `bevy_utils::CowArc` with `atomicow::CowArc` - Remove bevy_utils::CowArc ## Testing - `bevy_asset` test suite continues to pass. --- ## Migration Guide `bevy_utils::CowArc` has moved to a new crate called [atomicow](https://crates.io/crates/atomicow). |
||
|---|---|---|
| .. | ||
| default.rs | ||
| futures.rs | ||
| lib.rs | ||
| object_safe.rs | ||
| once.rs | ||
| parallel_queue.rs | ||
| short_names.rs | ||
| synccell.rs | ||
| syncunsafecell.rs | ||