Skip to content
This repository has been archived by the owner on Mar 1, 2024. It is now read-only.

Commit

Permalink
fix(deps): update rust crate bevy to >=0.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 4, 2023
1 parent fc1d611 commit 6fcde39
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 @@ -10,7 +10,7 @@ edition = "2021"

[dependencies]
discord-presence = { version = "0.5.17", git = "https://github.com/jewlexx/discord-presence" }
bevy = { version = ">=0.9", default-features = false }
bevy = { version = ">=0.12.0", default-features = false }
parking_lot = "0.12"
quork = { version = "0.4.0", default-features = false, features = ["traits"] }
derive_more = "0.99.17"
Expand Down

0 comments on commit 6fcde39

Please sign in to comment.