Skip to content

Commit

Permalink
chore(deps): update bevy requirement from 0.14.2 to 0.15.0
Browse files Browse the repository at this point in the history
Updates the requirements on [bevy](https://github.com/bevyengine/bevy) to permit the latest version.
- [Release notes](https://github.com/bevyengine/bevy/releases)
- [Commits](bevyengine/bevy@v0.14.2...v0.14.2)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 2, 2024
1 parent 0ebb44a commit c7f5bdc
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 @@ -52,7 +52,7 @@ iai-callgrind = "0.14.0"
rand = "0.9.0-alpha.2"

# render
bevy = { version = "0.14.2", default-features = false }
bevy = { version = "0.15.0", default-features = false }
bevy_egui = "0.29.0"
bevy_mod_picking = "0.20.1"
bevy_mod_outline = "0.8.3"
Expand Down

0 comments on commit c7f5bdc

Please sign in to comment.