Skip to content

Commit

Permalink
fix missing rev
Browse files Browse the repository at this point in the history
  • Loading branch information
brandon-reinhart authored and kgv committed Mar 16, 2024
1 parent ec6ee62 commit 9701c65
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 @@ -18,7 +18,7 @@ categories = [
exclude = [".github/**/*"]

[dependencies]
bevy = { version = "0.12", default-features = false, features = ["bevy_asset"] }
bevy = { version = "0.13", default-features = false, features = ["bevy_asset"] }
fluent = "0.16.0"
fluent_content = "0.0.5"
fluent-langneg = "0.13.0"
Expand Down

0 comments on commit 9701c65

Please sign in to comment.