diff options
| author | Sébastien Crozet <developer@crozet.re> | 2025-01-09 01:36:41 +0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-01-08 22:36:41 +0100 |
| commit | f2efccfd58b8d2108abfda3799fd4301c96abca3 (patch) | |
| tree | 0e55ec13aaf870db1f9f7004bb16071a46fe38b6 /crates/rapier3d-urdf/Cargo.toml | |
| parent | 552cfebab06f33290a9593fd3e2f5d835ee0dc72 (diff) | |
| download | rapier-master.tar.gz rapier-master.tar.bz2 rapier-master.zip | |
Diffstat (limited to 'crates/rapier3d-urdf/Cargo.toml')
| -rw-r--r-- | crates/rapier3d-urdf/Cargo.toml | 2 |
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 } |
