aboutsummaryrefslogtreecommitdiff
path: root/crates/rapier3d
diff options
context:
space:
mode:
authorSébastien Crozet <developer@crozet.re>2023-11-04 18:15:01 +0100
committerSébastien Crozet <developer@crozet.re>2023-11-04 18:18:12 +0100
commit1886c6f362139d780596baa6a0d6208a2c49212f (patch)
tree07d6a113bafedb4dfe08c5bb9314ae9414d0c60a /crates/rapier3d
parentab68a8386a28bd190281cd952ada2f1e7a5084fc (diff)
downloadrapier-1886c6f362139d780596baa6a0d6208a2c49212f.tar.gz
rapier-1886c6f362139d780596baa6a0d6208a2c49212f.tar.bz2
rapier-1886c6f362139d780596baa6a0d6208a2c49212f.zip
Leave the version bumps to another pr
Diffstat (limited to 'crates/rapier3d')
-rw-r--r--crates/rapier3d/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/rapier3d/Cargo.toml b/crates/rapier3d/Cargo.toml
index 1d3605b..72903ff 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 <developer@crozet.re>" ]
description = "3-dimensional physics engine in Rust."
documentation = "https://docs.rs/rapier3d"