From f4dee68e6b4bac03a1fff60ca03b22381a2eebaf Mon Sep 17 00:00:00 2001 From: Buck McCready Date: Wed, 21 Feb 2024 19:07:26 -0800 Subject: [PATCH] update version to 0.4.0 for cavalier_contours_ffi --- cavalier_contours_ffi/Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cavalier_contours_ffi/Cargo.toml b/cavalier_contours_ffi/Cargo.toml index 6532395..56065de 100644 --- a/cavalier_contours_ffi/Cargo.toml +++ b/cavalier_contours_ffi/Cargo.toml @@ -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"}