aboutsummaryrefslogtreecommitdiff
path: root/crates/rapier3d-urdf/Cargo.toml
diff options
context:
space:
mode:
authorSébastien Crozet <developer@crozet.re>2025-01-09 01:36:41 +0400
committerGitHub <noreply@github.com>2025-01-08 22:36:41 +0100
commitf2efccfd58b8d2108abfda3799fd4301c96abca3 (patch)
tree0e55ec13aaf870db1f9f7004bb16071a46fe38b6 /crates/rapier3d-urdf/Cargo.toml
parent552cfebab06f33290a9593fd3e2f5d835ee0dc72 (diff)
downloadrapier-master.tar.gz
rapier-master.tar.bz2
rapier-master.zip
Release v0.23.0 (#782)HEADmaster
Diffstat (limited to 'crates/rapier3d-urdf/Cargo.toml')
-rw-r--r--crates/rapier3d-urdf/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/rapier3d-urdf/Cargo.toml b/crates/rapier3d-urdf/Cargo.toml
index 386b6f2..aa3aba7 100644
--- a/crates/rapier3d-urdf/Cargo.toml
+++ b/crates/rapier3d-urdf/Cargo.toml
@@ -31,5 +31,5 @@ anyhow = "1"
bitflags = "2"
urdf-rs = "0.9"
-rapier3d = { version = "0.22", path = "../rapier3d" }
+rapier3d = { version = "0.23", path = "../rapier3d" }
rapier3d-meshloader = { version = "0.3.0", path = "../rapier3d-meshloader", default-features = false, optional = true }