Skip to content

Commit 52c887d

Browse files
committed
bump new i_overlay version
1 parent bf015d3 commit 52c887d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

iTriangle/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_triangle"
3-
version = "0.40.0"
3+
version = "0.41.0"
44
edition = "2021"
55
authors = ["Nail Sharipov <nailxsharipov@gmail.com>"]
66
description = "Polygon Triangulation Library: Efficient Delaunay Triangulation for Complex Shapes."
@@ -24,7 +24,7 @@ serde = { version = "^1.0", default-features = false, features = ["derive"], opt
2424
#i_tree = { path = "../../iTree" }
2525
#i_key_sort = { path = "../../iKeySort/iKeySort" }
2626

27-
i_overlay = "~4.4.0"
27+
i_overlay = "~4.5.0"
2828
i_tree = "~0.18.0"
2929
i_key_sort = "~0.10.1"
3030

0 commit comments

Comments
 (0)