From 780ba4a216aa9ef68d7f10db4a2b67b866699f43 Mon Sep 17 00:00:00 2001 From: johnny-smitherson <127537716+johnny-smitherson@users.noreply.github.com> Date: Mon, 23 Oct 2023 16:21:07 +0000 Subject: update bevy 0.11 - fix compile errors --- crates/rapier3d/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crates/rapier3d') 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 " ] description = "3-dimensional physics engine in Rust." documentation = "https://docs.rs/rapier3d" -- cgit