Skip to content

Commit 2031f7d

Browse files
committed
up version
1 parent 4bd78f8 commit 2031f7d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

iOverlay/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "i_overlay"
3-
version = "3.2.0"
3+
version = "3.3.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."
@@ -11,7 +11,7 @@ readme = "README.md"
1111
[dependencies]
1212
i_float = { version = "~1.10.0" }
1313
i_shape = { version = "~1.12.0" }
14-
i_tree = { version = "~0.14.0" }
14+
i_tree = { version = "~0.15.0" }
1515
i_key_sort = { version = "~0.4.0" }
1616

1717
#i_float = { path = "../../iFloat" }

0 commit comments

Comments
 (0)