Skip to content

Commit

Permalink
chore(deps): update rust crate bevy to 0.11.3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 30, 2023
1 parent 7474933 commit 008e10f
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 @@ -23,7 +23,7 @@ serde = { version = "1.0.188", features = ["derive"], optional = true }
[dev-dependencies]
serde_yaml = { version = "0.9.25", default-features = false }
rstest = { version = "0.18.2", default-features = false }
bevy = { version = "0.11.2", default-features = false, features = ["bevy_asset", "bevy_winit", "bevy_render", "bevy_sprite", "bevy_core_pipeline", "png", "x11", "dynamic_linking"] }
bevy = { version = "0.11.3", default-features = false, features = ["bevy_asset", "bevy_winit", "bevy_render", "bevy_sprite", "bevy_core_pipeline", "png", "x11", "dynamic_linking"] }
anyhow = "1.0.75"
toml = "0.8.0"

Expand Down

0 comments on commit 008e10f

Please sign in to comment.