diff options
Diffstat (limited to 'build/rapier3d')
| -rw-r--r-- | build/rapier3d/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/rapier3d/Cargo.toml b/build/rapier3d/Cargo.toml index 3f0d398..567a2f2 100644 --- a/build/rapier3d/Cargo.toml +++ b/build/rapier3d/Cargo.toml @@ -48,7 +48,7 @@ vec_map = { version = "0.8", optional = true } instant = { version = "0.1", features = [ "now" ]} num-traits = "0.2" nalgebra = "0.29" -parry3d = "0.7" +parry3d = "^0.7.1" simba = "0.6" approx = "0.5" rayon = { version = "1", optional = true } |
