Skip to content

Commit

Permalink
Update bevy requirement from 0.10 to 0.11
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.10.0...v0.11.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jul 10, 2023
1 parent b7ed5b4 commit 63eb733
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 @@ -29,7 +29,7 @@ ogg = ["lewton"]
flac = ["claxon"]

[dependencies.bevy]
version = "0.10"
version = "0.11"
default-features = false
features = ["bevy_asset"]

Expand All @@ -38,7 +38,7 @@ fastrand = "2.0"

[dev-dependencies.bevy]
# git = "https://github.com/bevyengine/bevy.git"
version = "0.10"
version = "0.11"
default-features = false
features = [
# "render",
Expand Down

0 comments on commit 63eb733

Please sign in to comment.