Skip to content

Commit

Permalink
relax bevy version requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
RobWalt committed Oct 28, 2024
1 parent 215b906 commit 57dc834
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,21 +19,21 @@ bevy-trait-query-impl = { path = "proc-macro", version = "0.5.0" }
tracing = "0.1"

[dependencies.bevy_ecs]
version = "0.14.0"
version = "0.14"

[dependencies.bevy_app]
version = "0.14.0"
version = "0.14"
optional = true

[dependencies.bevy_core]
version = "0.14.0"
version = "0.14"
optional = true

[dev-dependencies]
criterion = "0.5"

[dev-dependencies.bevy]
version = "0.14.0"
version = "0.14"
default-features = false

[[bench]]
Expand Down

0 comments on commit 57dc834

Please sign in to comment.