diff options
| author | Sébastien Crozet <developer@crozet.re> | 2022-11-10 09:40:59 +0100 |
|---|---|---|
| committer | Sébastien Crozet <developer@crozet.re> | 2022-11-10 09:40:59 +0100 |
| commit | dd08b9c7407756560965378759700e07433fa46d (patch) | |
| tree | bb865d74b66eebd53c377d2cc3012ad139bdf95e | |
| parent | 506f911fe0b1783cb8fff92bbd9cc05927fa8bc7 (diff) | |
| download | rapier-dd08b9c7407756560965378759700e07433fa46d.tar.gz rapier-dd08b9c7407756560965378759700e07433fa46d.tar.bz2 rapier-dd08b9c7407756560965378759700e07433fa46d.zip | |
Fix docs build
| -rw-r--r-- | crates/rapier2d-f64/Cargo.toml | 4 | ||||
| -rw-r--r-- | crates/rapier2d/Cargo.toml | 4 | ||||
| -rw-r--r-- | crates/rapier3d-f64/Cargo.toml | 4 | ||||
| -rw-r--r-- | crates/rapier3d/Cargo.toml | 4 |
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" |
