Commit 40d7ee3
Pascal Hertleif
Demand newer async-channel version
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.1 parent dfea88c commit 40d7ee3
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
76 | 76 | | |
77 | 77 | | |
78 | 78 | | |
79 | | - | |
| 79 | + | |
0 commit comments