Skip to content

Commit

Permalink
chore: update to latest bevy release
Browse files Browse the repository at this point in the history
  • Loading branch information
Bluefinger committed Jul 4, 2024
1 parent eb33cfe commit 24bc37c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ version = "0.7.0"
rust-version = "1.76.0"

[workspace.dependencies]
bevy = { version = "0.14.0-rc.4", default-features = false }
bevy = { version = "0.14", default-features = false }
serde = "1"
serde_derive = "1"
rand_core = { version = "0.6", features = ["std"] }
Expand Down

0 comments on commit 24bc37c

Please sign in to comment.