Release v0.5.0

This commit is contained in:
Crozet Sébastien
2021-01-29 14:52:18 +01:00
parent 7ca46f38cd
commit c3f0207094
6 changed files with 8 additions and 8 deletions

View File

@@ -1,6 +1,6 @@
[package]
name = "rapier_testbed2d"
version = "0.4.0"
version = "0.5.0"
authors = [ "Sébastien Crozet <developer@crozet.re>" ]
description = "Testbed for the Rapier 2-dimensional physics engine in Rust."
homepage = "http://rapier.org"
@@ -44,5 +44,5 @@ md5 = "0.7"
[dependencies.rapier2d]
path = "../rapier2d"
version = "0.4"
version = "0.5"
features = [ "serde-serialize" ]