Leave the version bumps to another pr

This commit is contained in:
Sébastien Crozet
2023-11-04 18:15:01 +01:00
parent ab68a8386a
commit 1886c6f362
8 changed files with 8 additions and 8 deletions

View File

@@ -62,5 +62,5 @@ bevy = {version = "0.11", default-features = false, features = ["bevy_winit", "t
[dependencies.rapier]
package = "rapier3d"
path = "../rapier3d"
version = "0.18.0"
version = "0.17.2"
features = [ "serde-serialize", "debug-render", "profiler" ]