Skip to content

Commit 5bfd7b0

Browse files
committed
up version
1 parent 3d12afa commit 5bfd7b0

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

iOverlay/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "i_overlay"
3-
version = "4.3.0"
3+
version = "4.4.0"
44
authors = ["Nail Sharipov <nailxsharipov@gmail.com>"]
55
edition = "2024"
66
description = "Boolean Operations for 2D Polygons: Supports intersection, union, difference, xor, and self-intersections for all polygon varieties."
@@ -13,8 +13,8 @@ categories = ["algorithms", "graphics", "science::geo", "mathematics", "no-std"]
1313
[dependencies]
1414
i_float = { version = "~1.16.0" }
1515
i_shape = { version = "~1.16.0" }
16-
i_tree = { version = "~0.17.0" }
17-
i_key_sort = { version = "~0.10.1" }
16+
i_tree = { version = "^0.17.0" }
17+
i_key_sort = { version = "^0.10.1" }
1818

1919
#i_float = { path = "../../iFloat"}
2020
#i_shape = { path = "../../iShape"}

0 commit comments

Comments
 (0)