Skip to content

Commit edc25fb

Browse files
committed
Update client dependency
1 parent 9067d81 commit edc25fb

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Cargo.lock

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

mesh_to_sdf_client/Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "mesh_to_sdf_client"
33
authors = ["Etienne Desbois <[email protected]>"]
4-
version = "0.4.0"
4+
version = "0.4.1"
55
edition = "2021"
66
homepage = "https://github.com/Azkellas/mesh_to_sdf"
77
license = "MIT OR Apache-2.0"
@@ -19,7 +19,7 @@ categories = [
1919
exclude = ["assets/*", "ARCHITECTURE.md", "tests/*"]
2020

2121
[dependencies]
22-
mesh_to_sdf = { path = "../mesh_to_sdf", version = "0.3.0", features = [
22+
mesh_to_sdf = { path = "../mesh_to_sdf", version = "0.4.0", features = [
2323
"glam",
2424
] }
2525
egui = "0.28.1"

0 commit comments

Comments
 (0)