Skip to content

Commit

Permalink
Demand newer async-channel version
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
killercup committed Jan 20, 2023
1 parent dfea88c commit 40d7ee3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/bevy_render/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -76,4 +76,4 @@ basis-universal = { version = "0.2.0", optional = true }
encase = { version = "0.4", features = ["glam"] }
# For wgpu profiling using tracing. Use `RUST_LOG=info` to also capture the wgpu spans.
profiling = { version = "1", features = ["profile-with-tracing"], optional = true }
async-channel = "1.4"
async-channel = "1.8"

0 comments on commit 40d7ee3

Please sign in to comment.