aboutsummaryrefslogtreecommitdiff
path: root/crates/rapier3d
diff options
context:
space:
mode:
authorSébastien Crozet <developer@crozet.re>2022-01-16 17:22:22 +0100
committerSébastien Crozet <developer@crozet.re>2022-01-16 17:22:46 +0100
commit9fe55dccd5583b39996b46d9c4a456ec6f5e3a78 (patch)
tree3906860e3ccef7e32dc2471feee30d674a769a8f /crates/rapier3d
parent1880619d29029c99985ffae9ed12a1c8d2cc796b (diff)
downloadrapier-0.12.0-alpha.1.tar.gz
rapier-0.12.0-alpha.1.tar.bz2
rapier-0.12.0-alpha.1.zip
Release v0.12.0-alpha.1v0.12.0-alpha.1
Diffstat (limited to 'crates/rapier3d')
-rw-r--r--crates/rapier3d/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/rapier3d/Cargo.toml b/crates/rapier3d/Cargo.toml
index 1c664d8..b653df1 100644
--- a/crates/rapier3d/Cargo.toml
+++ b/crates/rapier3d/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "rapier3d"
-version = "0.12.0-alpha.0"
+version = "0.12.0-alpha.1"
authors = [ "Sébastien Crozet <developer@crozet.re>" ]
description = "3-dimensional physics engine in Rust."
documentation = "http://docs.rs/rapier3d"