From 2893774e3aeeded820903988aa1ccf87d111bc0c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Crozet?= Date: Sat, 4 Nov 2023 18:15:01 +0100 Subject: [PATCH] Leave the version bumps to another pr --- crates/rapier2d-f64/Cargo.toml | 2 +- crates/rapier2d/Cargo.toml | 2 +- crates/rapier3d-f64/Cargo.toml | 2 +- crates/rapier3d/Cargo.toml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/crates/rapier2d-f64/Cargo.toml b/crates/rapier2d-f64/Cargo.toml index 90ee6b5ed..3d88ee8a0 100644 --- a/crates/rapier2d-f64/Cargo.toml +++ b/crates/rapier2d-f64/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rapier2d-f64" -version = "0.18.0" +version = "0.17.2" authors = [ "Sébastien Crozet " ] description = "2-dimensional physics engine in Rust." documentation = "https://docs.rs/rapier2d" diff --git a/crates/rapier2d/Cargo.toml b/crates/rapier2d/Cargo.toml index 0d8bc24a1..9d51771a6 100644 --- a/crates/rapier2d/Cargo.toml +++ b/crates/rapier2d/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rapier2d" -version = "0.18.0" +version = "0.17.2" authors = [ "Sébastien Crozet " ] description = "2-dimensional physics engine in Rust." documentation = "https://docs.rs/rapier2d" diff --git a/crates/rapier3d-f64/Cargo.toml b/crates/rapier3d-f64/Cargo.toml index 12c71b749..bf8c984d6 100644 --- a/crates/rapier3d-f64/Cargo.toml +++ b/crates/rapier3d-f64/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rapier3d-f64" -version = "0.18.0" +version = "0.17.2" authors = [ "Sébastien Crozet " ] description = "3-dimensional physics engine in Rust." documentation = "https://docs.rs/rapier3d" diff --git a/crates/rapier3d/Cargo.toml b/crates/rapier3d/Cargo.toml index 1d3605bcc..72903ffe7 100644 --- a/crates/rapier3d/Cargo.toml +++ b/crates/rapier3d/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rapier3d" -version = "0.18.0" +version = "0.17.2" authors = [ "Sébastien Crozet " ] description = "3-dimensional physics engine in Rust." documentation = "https://docs.rs/rapier3d"