Bump testbed to version 0.12.0-alpha.1

This commit is contained in:
Sébastien Crozet
2022-01-21 12:46:57 +01:00
parent 3a2f5f7cf5
commit ca635674fc
2 changed files with 4 additions and 4 deletions

View File

@@ -1,6 +1,6 @@
[package]
name = "rapier_testbed2d"
version = "0.12.0-alpha.0"
version = "0.12.0-alpha.1"
authors = [ "Sébastien Crozet <developer@crozet.re>" ]
description = "Testbed for the Rapier 2-dimensional physics engine in Rust."
homepage = "http://rapier.org"
@@ -53,5 +53,5 @@ bevy = {version = "0.6", default-features = false, features = ["bevy_winit", "re
[dependencies.rapier]
package = "rapier2d"
path = "../rapier2d"
version = "0.12.0-alpha.0"
version = "0.12.0-alpha.1"
features = [ "serde-serialize" ]