Skip to content

Commit

Permalink
Update bevy_app requirement from 0.10 to 0.11
Browse files Browse the repository at this point in the history
Updates the requirements on [bevy_app](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.10.0...v0.11.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jul 10, 2023
1 parent 9c9e4ad commit 5e80d53
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 @@ -13,7 +13,7 @@ default = []

[dependencies]
bevy_log = "0.10"
bevy_app = "0.10"
bevy_app = "0.11"
bevy_ecs = "0.10"
bevy_utils = "0.10"
steamworks = "0.10"
Expand Down

0 comments on commit 5e80d53

Please sign in to comment.