Skip to content

Commit

Permalink
chore: bumps versions
Browse files Browse the repository at this point in the history
  • Loading branch information
NickUfer committed Nov 26, 2024
1 parent 63b1d34 commit f97c7d0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "manifold3d"
description = "Bindings for Manifold - a Geometry library for topological robustness"
homepage = "https://github.com/NickUfer/manifold3d-rs"
license = "Apache-2.0"
version = "0.0.3"
version = "0.0.4"
edition = "2021"
include = [
"/src",
Expand All @@ -16,7 +16,7 @@ include = [
crate-type = ["cdylib", "rlib", "staticlib"]

[dependencies]
manifold3d-macros = { path = "crates/macros", version = "0.0.1" }
manifold3d-macros = { path = "crates/macros", version = "0.0.2" }
manifold3d-sys = { version = "0.0.3" }
thiserror = "2.0.3"
num-traits = "0.2.19"
Expand Down
2 changes: 1 addition & 1 deletion crates/macros/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description = "Macros for the manifold3d crate. An internal dependency"
homepage = "https://github.com/NickUfer/manifold3d-rs"
repository = "https://github.com/NickUfer/manifold3d-rs/tree/main/crates/macros"
license = "Apache-2.0"
version = "0.0.1"
version = "0.0.2"
edition = "2021"
include = ["/src", "/LICENSE"]

Expand Down

0 comments on commit f97c7d0

Please sign in to comment.