aboutsummaryrefslogtreecommitdiff
path: root/crates/rapier3d-stl
diff options
context:
space:
mode:
Diffstat (limited to 'crates/rapier3d-stl')
-rw-r--r--crates/rapier3d-stl/Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/crates/rapier3d-stl/Cargo.toml b/crates/rapier3d-stl/Cargo.toml
index 4deb2d7..fd6fc86 100644
--- a/crates/rapier3d-stl/Cargo.toml
+++ b/crates/rapier3d-stl/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "rapier3d-stl"
-version = "0.1.0"
+version = "0.2.0"
authors = ["Sébastien Crozet <sebcrozet@dimforge.com>"]
description = "STL file loader for the 3D rapier physics engine."
documentation = "https://docs.rs/rapier3d-stl"
@@ -16,4 +16,4 @@ edition = "2021"
thiserror = "1.0.61"
stl_io = "0.7"
-rapier3d = { version = "0.20", path = "../rapier3d" }
+rapier3d = { version = "0.21", path = "../rapier3d" }