aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSébastien Crozet <developer@crozet.re>2021-09-12 10:21:35 +0200
committerSébastien Crozet <sebastien@crozet.re>2021-09-12 01:49:09 -0700
commitd9069142e19dcd2f575276dc1a86fe7c5189e645 (patch)
treef2c73d764ffe8a08647edac8464301ba6bf4d021
parentd858ae4c4e04d37c6b5a2e37d10c55bf2f239714 (diff)
downloadrapier-d9069142e19dcd2f575276dc1a86fe7c5189e645.tar.gz
rapier-d9069142e19dcd2f575276dc1a86fe7c5189e645.tar.bz2
rapier-d9069142e19dcd2f575276dc1a86fe7c5189e645.zip
Use parry ^0.7.1
-rw-r--r--build/rapier2d-f64/Cargo.toml2
-rw-r--r--build/rapier2d/Cargo.toml2
-rw-r--r--build/rapier3d-f64/Cargo.toml2
-rw-r--r--build/rapier3d/Cargo.toml2
4 files changed, 4 insertions, 4 deletions
diff --git a/build/rapier2d-f64/Cargo.toml b/build/rapier2d-f64/Cargo.toml
index 6c62b17..bc39ebb 100644
--- a/build/rapier2d-f64/Cargo.toml
+++ b/build/rapier2d-f64/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-f64 = "0.7"
+parry2d-f64 = "^0.7.1"
simba = "0.6"
approx = "0.5"
rayon = { version = "1", optional = true }
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 }
diff --git a/build/rapier3d-f64/Cargo.toml b/build/rapier3d-f64/Cargo.toml
index dd2b1cc..dc0c5a7 100644
--- a/build/rapier3d-f64/Cargo.toml
+++ b/build/rapier3d-f64/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-f64 = "0.7"
+parry3d-f64 = "^0.7.1"
simba = "0.6"
approx = "0.5"
rayon = { version = "1", optional = true }
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 }