Skip to content

Commit

Permalink
Release rapier3d-stl and rapier3d-urdf v0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sebcrozet committed Sep 3, 2024
1 parent 98f9199 commit bedb12b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion crates/rapier3d-stl/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rapier3d-stl"
version = "0.2.0"
version = "0.3.0"
authors = ["Sébastien Crozet <sebcrozet@dimforge.com>"]
description = "STL file loader for the 3D rapier physics engine."
documentation = "https://docs.rs/rapier3d-stl"
Expand Down
4 changes: 2 additions & 2 deletions crates/rapier3d-urdf/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rapier3d-urdf"
version = "0.2.0"
version = "0.3.0"
authors = ["Sébastien Crozet <sebcrozet@dimforge.com>"]
description = "URDF file loader for the 3D rapier physics engine."
documentation = "https://docs.rs/rapier3d-urdf"
Expand All @@ -23,4 +23,4 @@ bitflags = "2"
xurdf = "0.2"

rapier3d = { version = "0.22", path = "../rapier3d" }
rapier3d-stl = { version = "0.2.0", path = "../rapier3d-stl", optional = true }
rapier3d-stl = { version = "0.3.0", path = "../rapier3d-stl", optional = true }

0 comments on commit bedb12b

Please sign in to comment.