Skip to content

Commit f4dee68

Browse files
committed
update version to 0.4.0 for cavalier_contours_ffi
1 parent 0e8eb37 commit f4dee68

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cavalier_contours_ffi/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@ keywords = ["algorithm", "2d", "computational", "geometry", "spatial"]
77
license = "MIT OR Apache-2.0"
88
name = "cavalier_contours_ffi"
99
repository = "https://github.com/jbuckmccready/cavalier_contours"
10-
version = "0.3.0"
10+
version = "0.4.0"
1111

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

1616
[dependencies]
17-
cavalier_contours = {version = "0.3", path = "../cavalier_contours"}
17+
cavalier_contours = {version = "0.4", path = "../cavalier_contours"}

0 commit comments

Comments
 (0)