Skip to content

Commit 10244b0

Browse files
committed
fix CI
1 parent b4ad97f commit 10244b0

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

bevy_rapier_benches3d/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ edition = "2021"
1010

1111
[dependencies]
1212
rapier3d = "0.31.0"
13-
bevy_rapier3d = { version = "0.31", path = "../bevy_rapier3d" }
13+
bevy_rapier3d = { version = "0.32", path = "../bevy_rapier3d" }
1414
bevy = { version = "0.17.3", default-features = false }
1515

1616
[dev-dependencies]

ci/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ edition = "2021"
55

66
[dependencies]
77
bevy = "0.17.3"
8-
bevy_rapier3d = { version = "0.31", path = "../bevy_rapier3d" }
9-
bevy_rapier2d = { version = "0.31", path = "../bevy_rapier2d" }
8+
bevy_rapier3d = { version = "0.32", path = "../bevy_rapier3d" }
9+
bevy_rapier2d = { version = "0.32", path = "../bevy_rapier2d" }
1010

1111
[[bin]]
1212
name = "ambiguity_detection"

0 commit comments

Comments
 (0)