From 936f655c67f03d6eae6c2c9fc2ad0647b54d74b7 Mon Sep 17 00:00:00 2001 From: Sébastien Crozet Date: Sun, 12 Sep 2021 10:53:01 +0200 Subject: Release v0.11.1 --- build/rapier3d/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build/rapier3d/Cargo.toml') diff --git a/build/rapier3d/Cargo.toml b/build/rapier3d/Cargo.toml index 567a2f2..2830c07 100644 --- a/build/rapier3d/Cargo.toml +++ b/build/rapier3d/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rapier3d" -version = "0.11.0" +version = "0.11.1" authors = [ "Sébastien Crozet " ] description = "3-dimensional physics engine in Rust." documentation = "http://docs.rs/rapier3d" -- cgit