Skip to content

Commit

Permalink
update version to 0.4.0 for cavalier_contours_ffi
Browse files Browse the repository at this point in the history
  • Loading branch information
jbuckmccready committed Feb 22, 2024
1 parent 0e8eb37 commit f4dee68
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cavalier_contours_ffi/Cargo.toml
Expand Up @@ -7,11 +7,11 @@ keywords = ["algorithm", "2d", "computational", "geometry", "spatial"]
license = "MIT OR Apache-2.0"
name = "cavalier_contours_ffi"
repository = "https://github.com/jbuckmccready/cavalier_contours"
version = "0.3.0"
version = "0.4.0"

[lib]
# using "lib" so this crate can be referenced and used directly by rust and "cdylib" so it can be used as a dynamic lib
crate-type = ["lib", "cdylib"]

[dependencies]
cavalier_contours = {version = "0.3", path = "../cavalier_contours"}
cavalier_contours = {version = "0.4", path = "../cavalier_contours"}

0 comments on commit f4dee68

Please sign in to comment.