aboutsummaryrefslogtreecommitdiff
path: root/build/rapier2d
diff options
context:
space:
mode:
Diffstat (limited to 'build/rapier2d')
-rw-r--r--build/rapier2d/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/rapier2d/Cargo.toml b/build/rapier2d/Cargo.toml
index 3a7f9dc..61b7295 100644
--- a/build/rapier2d/Cargo.toml
+++ b/build/rapier2d/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"
-parry2d = "0.7"
+parry2d = "^0.7.1"
simba = "0.6"
approx = "0.5"
rayon = { version = "1", optional = true }