Skip to content

Commit

Permalink
Update bevy_ecs requirement from 0.14 to 0.15
Browse files Browse the repository at this point in the history
Updates the requirements on [bevy_ecs](https://github.com/bevyengine/bevy) to permit the latest version.
- [Release notes](https://github.com/bevyengine/bevy/releases)
- [Commits](bevyengine/bevy@v0.14.0...v0.15.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 2, 2024
1 parent 6b8648d commit ea9e453
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rust_crate/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ show-backtrace = ["backtrace"]
bevy = ["bevy_ecs"]

[dependencies]
bevy_ecs = { version = "0.14", optional = true }
bevy_ecs = { version = "0.15", optional = true }

[target.'cfg(not(target_family = "wasm"))'.dependencies]
allo-isolate = "0.1.26"
Expand Down

0 comments on commit ea9e453

Please sign in to comment.