Skip to content

Commit

Permalink
Merge pull request #391 from cunarist/dependabot/cargo/bevy_ecs-0.14
Browse files Browse the repository at this point in the history
Update bevy_ecs requirement from 0.13 to 0.14
  • Loading branch information
temeddix authored Jul 4, 2024
2 parents e0e4c7c + cf5b57a commit f415e34
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 @@ -14,7 +14,7 @@ show-backtrace = ["backtrace"]
bevy = ["bevy_ecs"]

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

[target.'cfg(not(target_family = "wasm"))'.dependencies]
os-thread-local = "0.1.3"
Expand Down

0 comments on commit f415e34

Please sign in to comment.