Skip to content

Commit

Permalink
Merge pull request #485 from cunarist/dependabot/cargo/bevy_ecs-0.15
Browse files Browse the repository at this point in the history
Update bevy_ecs requirement from 0.14 to 0.15
  • Loading branch information
temeddix authored Dec 3, 2024
2 parents 6b8648d + ea9e453 commit 29ab804
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 29ab804

Please sign in to comment.