From b3dc1c1960274139b7fd8e2860a0af0387b0de6e Mon Sep 17 00:00:00 2001 From: Sébastien Crozet Date: Sun, 9 Jun 2024 14:59:27 +0200 Subject: Release Rapier 0.20.0 (#651) --- 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 bd44cfd..2142e82 100644 --- a/crates/rapier3d/Cargo.toml +++ b/crates/rapier3d/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rapier3d" -version = "0.19.0" +version = "0.20.0" authors = ["Sébastien Crozet "] description = "3-dimensional physics engine in Rust." documentation = "https://docs.rs/rapier3d" -- cgit