aboutsummaryrefslogtreecommitdiff
path: root/crates
diff options
context:
space:
mode:
authorSébastien Crozet <developer@crozet.re>2023-02-26 19:05:57 +0100
committerSébastien Crozet <developer@crozet.re>2023-02-26 19:05:57 +0100
commit13816245790b6b8b3791d80000c3350ba0a42053 (patch)
tree6f298e30172339ad0e25dfadb7eeef04c370b460 /crates
parentc85a833d3a2e4c66024627a9745f033fbbee283a (diff)
downloadrapier-0.17.2.tar.gz
rapier-0.17.2.tar.bz2
rapier-0.17.2.zip
Release v0.17.2v0.17.2
Diffstat (limited to 'crates')
-rw-r--r--crates/rapier2d-f64/Cargo.toml4
-rw-r--r--crates/rapier2d/Cargo.toml4
-rw-r--r--crates/rapier3d-f64/Cargo.toml4
-rw-r--r--crates/rapier3d/Cargo.toml4
4 files changed, 8 insertions, 8 deletions
diff --git a/crates/rapier2d-f64/Cargo.toml b/crates/rapier2d-f64/Cargo.toml
index 83728a8..992e232 100644
--- a/crates/rapier2d-f64/Cargo.toml
+++ b/crates/rapier2d-f64/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "rapier2d-f64"
-version = "0.17.1"
+version = "0.17.2"
authors = [ "Sébastien Crozet <developer@crozet.re>" ]
description = "2-dimensional physics engine in Rust."
documentation = "http://docs.rs/rapier2d"
@@ -52,7 +52,7 @@ vec_map = { version = "0.8", optional = true }
instant = { version = "0.1", features = [ "now" ], optional = true }
num-traits = "0.2"
nalgebra = "0.32"
-parry2d-f64 = "0.13"
+parry2d-f64 = "0.13.1"
simba = "0.8"
approx = "0.5"
rayon = { version = "1", optional = true }
diff --git a/crates/rapier2d/Cargo.toml b/crates/rapier2d/Cargo.toml
index 44e9aee..c6a56d6 100644
--- a/crates/rapier2d/Cargo.toml
+++ b/crates/rapier2d/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "rapier2d"
-version = "0.17.1"
+version = "0.17.2"
authors = [ "Sébastien Crozet <developer@crozet.re>" ]
description = "2-dimensional physics engine in Rust."
documentation = "http://docs.rs/rapier2d"
@@ -52,7 +52,7 @@ vec_map = { version = "0.8", optional = true }
instant = { version = "0.1", features = [ "now" ], optional = true }
num-traits = "0.2"
nalgebra = "0.32"
-parry2d = "0.13"
+parry2d = "0.13.1"
simba = "0.8"
approx = "0.5"
rayon = { version = "1", optional = true }
diff --git a/crates/rapier3d-f64/Cargo.toml b/crates/rapier3d-f64/Cargo.toml
index f154e4e..c4d5295 100644
--- a/crates/rapier3d-f64/Cargo.toml
+++ b/crates/rapier3d-f64/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "rapier3d-f64"
-version = "0.17.1"
+version = "0.17.2"
authors = [ "Sébastien Crozet <developer@crozet.re>" ]
description = "3-dimensional physics engine in Rust."
documentation = "http://docs.rs/rapier3d"
@@ -52,7 +52,7 @@ vec_map = { version = "0.8", optional = true }
instant = { version = "0.1", features = [ "now" ], optional = true }
num-traits = "0.2"
nalgebra = "0.32"
-parry3d-f64 = "0.13"
+parry3d-f64 = "0.13.1"
simba = "0.8"
approx = "0.5"
rayon = { version = "1", optional = true }
diff --git a/crates/rapier3d/Cargo.toml b/crates/rapier3d/Cargo.toml
index ae133e8..b4e5a2c 100644
--- a/crates/rapier3d/Cargo.toml
+++ b/crates/rapier3d/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "rapier3d"
-version = "0.17.1"
+version = "0.17.2"
authors = [ "Sébastien Crozet <developer@crozet.re>" ]
description = "3-dimensional physics engine in Rust."
documentation = "http://docs.rs/rapier3d"
@@ -52,7 +52,7 @@ vec_map = { version = "0.8", optional = true }
instant = { version = "0.1", features = [ "now" ], optional = true }
num-traits = "0.2"
nalgebra = "0.32"
-parry3d = "0.13"
+parry3d = "0.13.1"
simba = "0.8"
approx = "0.5"
rayon = { version = "1", optional = true }