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/rapier2d/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crates/rapier2d/Cargo.toml') diff --git a/crates/rapier2d/Cargo.toml b/crates/rapier2d/Cargo.toml index d270c9d..cdd9310 100644 --- a/crates/rapier2d/Cargo.toml +++ b/crates/rapier2d/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rapier2d" -version = "0.19.0" +version = "0.20.0" authors = ["Sébastien Crozet "] description = "2-dimensional physics engine in Rust." documentation = "https://docs.rs/rapier2d" -- cgit