Skip to content

Commit

Permalink
chore(deps): update rust crate bevy to 0.11.1 (#42)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Aug 15, 2023
1 parent f6eeefc commit 2ccb7d6
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 @@ -29,7 +29,7 @@ smallvec = { version = "1.11.0", default-features = false }

[dev-dependencies]
rstest = { version = "0.18.2", default-features = false }
bevy = { version = "0.11.0", default-features = false, features = ["bevy_render", "bevy_winit", "bevy_core_pipeline", "bevy_sprite", "bevy_asset", "x11"]}
bevy = { version = "0.11.1", default-features = false, features = ["bevy_render", "bevy_winit", "bevy_core_pipeline", "bevy_sprite", "bevy_asset", "x11"]}
glam = { version = "0.24.1", features = ["libm", "approx"] }
approx = "0.5.1"

Expand Down

0 comments on commit 2ccb7d6

Please sign in to comment.