Skip to content

Commit

Permalink
chore(deps): update bevy requirement from 0.11 to 0.12
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)
- [Changelog](https://github.com/bevyengine/bevy/blob/main/CHANGELOG.md)
- [Commits](bevyengine/bevy@v0.11.0...v0.12.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 6, 2023
1 parent 1be9dbe commit 5bdd39b
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 @@ -12,7 +12,7 @@ edition = "2021"

[dependencies]
futures = "0.3"
bevy = { version = "0.11", default-features = false }
bevy = { version = "0.12", default-features = false }
cfg-if = "1.0"
async-std = "1.12"

Expand Down

0 comments on commit 5bdd39b

Please sign in to comment.