Skip to content

Commit

Permalink
Update bevy requirement from 0.11.0 to 0.12.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)
- [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 fc7eead commit 2a8bf72
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ exclude = [".github/**/*"]

[dependencies]
anyhow = "1.0.70"
bevy = { version = "0.11.0", default-features = false, features = [
bevy = { version = "0.12.0", default-features = false, features = [
"bevy_asset",
] }
fluent = "0.16.0"
Expand All @@ -37,5 +37,5 @@ unic-langid = { version = "0.9.1", features = ["serde"] }
uuid = { version = "1.3.1", features = ["serde", "v4", "v5"] }

[dev-dependencies]
bevy = "0.11.0"
bevy = "0.12.0"
unic-langid = { version = "0.9.1", features = ["macros"] }

0 comments on commit 2a8bf72

Please sign in to comment.