diff options
| author | Sébastien Crozet <developer@crozet.re> | 2024-06-09 14:59:27 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-06-09 14:59:27 +0200 |
| commit | b3dc1c1960274139b7fd8e2860a0af0387b0de6e (patch) | |
| tree | dee9622f0dd3b9207368a1d691b3db9a298507d6 /crates/rapier3d-urdf | |
| parent | 9367198282f9a30c23cc7ddd3a56db56b7506aae (diff) | |
| download | rapier-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/rapier3d-urdf')
| -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 1394f2a..909a499 100644 --- a/crates/rapier3d-urdf/Cargo.toml +++ b/crates/rapier3d-urdf/Cargo.toml @@ -22,5 +22,5 @@ bitflags = "2" # NOTE: we are not using the (more recent) urdf-rs crate because of https://github.com/openrr/urdf-rs/issues/94 xurdf = "0.2" -rapier3d = { version = "0.19", path = "../rapier3d" } +rapier3d = { version = "0.20", path = "../rapier3d" } rapier3d-stl = { version = "0.1.0", path = "../rapier3d-stl", optional = true } |
