Skip to content

Commit 3b0a92f

Browse files
build(deps): bump bevy_rapier2d from 0.28.0 to 0.30.0
Bumps [bevy_rapier2d](https://github.com/dimforge/bevy_rapier) from 0.28.0 to 0.30.0. - [Changelog](https://github.com/dimforge/bevy_rapier/blob/master/CHANGELOG.md) - [Commits](https://github.com/dimforge/bevy_rapier/commits) --- updated-dependencies: - dependency-name: bevy_rapier2d dependency-version: 0.30.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 88c5482 commit 3b0a92f

File tree

2 files changed

+27
-24
lines changed

2 files changed

+27
-24
lines changed

Cargo.lock

Lines changed: 26 additions & 23 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

sandpolis-client/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ sandpolis-database = { path = "../sandpolis-database", version = "0.0.1" }
2121
# GUI dependencies
2222
bevy = { version = "0.16", optional = true }
2323
bevy_svg = { version = "0.15.1", optional = true, features = ["2d"] }
24-
bevy_rapier2d = { version = "0.28.0", optional = true }
24+
bevy_rapier2d = { version = "0.30.0", optional = true }
2525

2626
# TUI dependencies
2727
ratatui = { workspace = true, optional = true }

0 commit comments

Comments
 (0)