aboutsummaryrefslogtreecommitdiff
path: root/crates/rapier3d
diff options
context:
space:
mode:
authorSébastien Crozet <developer@crozet.re>2022-05-31 17:33:10 +0200
committerGitHub <noreply@github.com>2022-05-31 17:33:10 +0200
commitcd03eb4634bb9b3e487c84084618bdf26e37b88f (patch)
treed7aa2d76688dc77c3ce860c5078871f8d501a3d0 /crates/rapier3d
parentfebd7fbe9b963ac0119d5a0c403a3c4ec86fbec2 (diff)
parentc8c0f46ba86d332c63cc67591042c9b241755bee (diff)
downloadrapier-0.13.0.tar.gz
rapier-0.13.0.tar.bz2
rapier-0.13.0.zip
Merge pull request #338 from dimforge/release-v0.13.0v0.13.0
Release v0.13.0
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 e44f372..c207c9e 100644
--- a/crates/rapier3d/Cargo.toml
+++ b/crates/rapier3d/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "rapier3d"
-version = "0.12.0"
+version = "0.13.0"
authors = [ "Sébastien Crozet <developer@crozet.re>" ]
description = "3-dimensional physics engine in Rust."
documentation = "http://docs.rs/rapier3d"