aboutsummaryrefslogtreecommitdiff
path: root/crates/rapier2d
diff options
context:
space:
mode:
authorSébastien Crozet <developer@crozet.re>2024-06-09 14:59:27 +0200
committerGitHub <noreply@github.com>2024-06-09 14:59:27 +0200
commitb3dc1c1960274139b7fd8e2860a0af0387b0de6e (patch)
treedee9622f0dd3b9207368a1d691b3db9a298507d6 /crates/rapier2d
parent9367198282f9a30c23cc7ddd3a56db56b7506aae (diff)
downloadrapier-0.20.0.tar.gz
rapier-0.20.0.tar.bz2
rapier-0.20.0.zip
Release Rapier 0.20.0 (#651)v0.20.0
Diffstat (limited to 'crates/rapier2d')
-rw-r--r--crates/rapier2d/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/rapier2d/Cargo.toml b/crates/rapier2d/Cargo.toml
index d270c9d..cdd9310 100644
--- a/crates/rapier2d/Cargo.toml
+++ b/crates/rapier2d/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "rapier2d"
-version = "0.19.0"
+version = "0.20.0"
authors = ["Sébastien Crozet <sebcrozet@dimforge.com>"]
description = "2-dimensional physics engine in Rust."
documentation = "https://docs.rs/rapier2d"