Skip to content

Commit

Permalink
Drop patch version for Bevy
Browse files Browse the repository at this point in the history
  • Loading branch information
Shatur committed Dec 2, 2024
1 parent 01ea849 commit 4db3a33
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 @@ -25,7 +25,7 @@ rustdoc-args = ["-Zunstable-options", "--cfg", "docsrs"]
all-features = true

[dependencies]
bevy = { version = "0.15.0", default-features = false, features = [
bevy = { version = "0.15", default-features = false, features = [
"serialize",
] }
bytes = "1.5"
Expand All @@ -36,7 +36,7 @@ ordered-multimap = "0.7"
bitflags = "2.6"

[dev-dependencies]
bevy = { version = "0.15.0", default-features = false, features = [
bevy = { version = "0.15", default-features = false, features = [
"serialize",
"bevy_asset",
"bevy_scene",
Expand Down

0 comments on commit 4db3a33

Please sign in to comment.