aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 e99f0b7..b949095 100644
--- a/crates/rapier2d-f64/Cargo.toml
+++ b/crates/rapier2d-f64/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "rapier2d-f64"
-version = "0.16.0"
+version = "0.16.1"
authors = [ "Sébastien Crozet <developer@crozet.re>" ]
description = "2-dimensional physics engine in Rust."
documentation = "http://docs.rs/rapier2d"
@@ -39,7 +39,7 @@ debug-disable-legitimate-fe-exceptions = [ ]
dev-remove-slow-accessors = []
[package.metadata.docs.rs]
-features = ["parallel", "simd-stable", "serde-serialize", "enhanced-determinism", "debug-render"]
+features = ["parallel", "simd-stable", "serde-serialize", "debug-render"]
[lib]
name = "rapier2d_f64"
diff --git a/crates/rapier2d/Cargo.toml b/crates/rapier2d/Cargo.toml
index fd0c737..2cc9004 100644
--- a/crates/rapier2d/Cargo.toml
+++ b/crates/rapier2d/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "rapier2d"
-version = "0.16.0"
+version = "0.16.1"
authors = [ "Sébastien Crozet <developer@crozet.re>" ]
description = "2-dimensional physics engine in Rust."
documentation = "http://docs.rs/rapier2d"
@@ -39,7 +39,7 @@ debug-disable-legitimate-fe-exceptions = [ ]
dev-remove-slow-accessors = []
[package.metadata.docs.rs]
-features = ["parallel", "simd-stable", "serde-serialize", "enhanced-determinism", "debug-render"]
+features = ["parallel", "simd-stable", "serde-serialize", "debug-render"]
[lib]
name = "rapier2d"
diff --git a/crates/rapier3d-f64/Cargo.toml b/crates/rapier3d-f64/Cargo.toml
index d2fa027..929e688 100644
--- a/crates/rapier3d-f64/Cargo.toml
+++ b/crates/rapier3d-f64/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "rapier3d-f64"
-version = "0.16.0"
+version = "0.16.1"
authors = [ "Sébastien Crozet <developer@crozet.re>" ]
description = "3-dimensional physics engine in Rust."
documentation = "http://docs.rs/rapier3d"
@@ -39,7 +39,7 @@ debug-disable-legitimate-fe-exceptions = [ ]
dev-remove-slow-accessors = []
[package.metadata.docs.rs]
-features = ["parallel", "simd-stable", "serde-serialize", "enhanced-determinism", "debug-render"]
+features = ["parallel", "simd-stable", "serde-serialize", "debug-render"]
[lib]
name = "rapier3d_f64"
diff --git a/crates/rapier3d/Cargo.toml b/crates/rapier3d/Cargo.toml
index e3da8ee..942e618 100644
--- a/crates/rapier3d/Cargo.toml
+++ b/crates/rapier3d/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "rapier3d"
-version = "0.16.0"
+version = "0.16.1"
authors = [ "Sébastien Crozet <developer@crozet.re>" ]
description = "3-dimensional physics engine in Rust."
documentation = "http://docs.rs/rapier3d"
@@ -39,7 +39,7 @@ debug-disable-legitimate-fe-exceptions = [ ]
dev-remove-slow-accessors = []
[package.metadata.docs.rs]
-features = ["parallel", "simd-stable", "serde-serialize", "enhanced-determinism", "debug-render"]
+features = ["parallel", "simd-stable", "serde-serialize", "debug-render"]
[lib]
name = "rapier3d"