From c3f0207094c11746fa1167eda16a80d0404bc4ae Mon Sep 17 00:00:00 2001 From: Crozet Sébastien Date: Fri, 29 Jan 2021 14:52:18 +0100 Subject: Release v0.5.0 --- build/rapier2d-f64/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build/rapier2d-f64') diff --git a/build/rapier2d-f64/Cargo.toml b/build/rapier2d-f64/Cargo.toml index 86c52e7..b961bc4 100644 --- a/build/rapier2d-f64/Cargo.toml +++ b/build/rapier2d-f64/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rapier2d-f64" -version = "0.4.2" +version = "0.5.0" authors = [ "Sébastien Crozet " ] description = "2-dimensional physics engine in Rust." documentation = "http://docs.rs/rapier2d" -- cgit