aboutsummaryrefslogtreecommitdiff
path: root/crates/rapier3d
diff options
context:
space:
mode:
authorjohnny-smitherson <127537716+johnny-smitherson@users.noreply.github.com>2023-10-23 16:21:07 +0000
committerjohnny-smitherson <127537716+johnny-smitherson@users.noreply.github.com>2023-10-23 16:39:52 +0000
commit780ba4a216aa9ef68d7f10db4a2b67b866699f43 (patch)
treef9be0e8ae1134f7ee6139eb34c39aa2c2d6a21aa /crates/rapier3d
parent82416e3ca66dcdc34c0f350cec570ef1019a199f (diff)
downloadrapier-780ba4a216aa9ef68d7f10db4a2b67b866699f43.tar.gz
rapier-780ba4a216aa9ef68d7f10db4a2b67b866699f43.tar.bz2
rapier-780ba4a216aa9ef68d7f10db4a2b67b866699f43.zip
update bevy 0.11 - fix compile errors
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 72903ff..1d3605b 100644
--- a/crates/rapier3d/Cargo.toml
+++ b/crates/rapier3d/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "rapier3d"
-version = "0.17.2"
+version = "0.18.0"
authors = [ "Sébastien Crozet <developer@crozet.re>" ]
description = "3-dimensional physics engine in Rust."
documentation = "https://docs.rs/rapier3d"