diff options
| -rw-r--r-- | build/rapier2d-f64/Cargo.toml | 2 | ||||
| -rw-r--r-- | build/rapier2d/Cargo.toml | 2 | ||||
| -rw-r--r-- | build/rapier3d-f64/Cargo.toml | 2 | ||||
| -rw-r--r-- | build/rapier3d/Cargo.toml | 2 |
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 } |
