You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After bevyengine#6503, bevy_render uses the `send_blocking` method introduced in
async-channel 1.7, but depended only on ^1.4.
Both bevy_ecs and bevy_tasks also depends on async-channel but they
didn't use any newer features.
0 commit comments