Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Demand newer async-channel version (bevyengine#7301)
After bevyengine#6503, bevy_render uses the `send_blocking` method introduced in async-channel 1.7, but depended only on ^1.4. I saw this after pulling main without running cargo update. # Objective - Fix minimum dependency version of async-channel ## Solution - Bump async-channel version constraint to ^1.8, which is currently the latest version. NOTE: Both bevy_ecs and bevy_tasks also depend on async-channel but they didn't use any newer features.
- Loading branch information