Skip to content

Commit

Permalink
Update bevy_tasks requirement from 0.13.2 to 0.14.0
Browse files Browse the repository at this point in the history
Updates the requirements on [bevy_tasks](https://github.com/bevyengine/bevy) to permit the latest version.
- [Release notes](https://github.com/bevyengine/bevy/releases)
- [Changelog](https://github.com/bevyengine/bevy/blob/main/CHANGELOG.md)
- [Commits](bevyengine/bevy@v0.13.2...v0.14.0)

---
updated-dependencies:
- dependency-name: bevy_tasks
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jul 8, 2024
1 parent 6add721 commit 7156fc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ slab = "0.4.9"
[dev-dependencies]
ahash = "0.8.7"
bevy_ecs = { version = "0.13.2", features = ["multi-threaded"] }
bevy_tasks = "0.13.2"
bevy_tasks = "0.14.0"
divan = "0.1.11"
rand = "0.8.5"

Expand Down

0 comments on commit 7156fc3

Please sign in to comment.