diff --git a/iTriangle/Cargo.toml b/iTriangle/Cargo.toml index fa6698e..c683b8c 100644 --- a/iTriangle/Cargo.toml +++ b/iTriangle/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "i_triangle" -version = "0.45.1" +version = "0.45.2" edition = "2021" authors = ["Nail Sharipov "] description = "Polygon Triangulation Library: Efficient Delaunay Triangulation for Complex Shapes." @@ -24,9 +24,9 @@ serde = { version = "^1.0", default-features = false, features = ["derive"], opt #i_tree = { path = "../../iTree" } #i_key_sort = { path = "../../iKeySort/iKeySort" } -i_overlay = "^7.0.2" +i_overlay = "^7.0.3" i_tree = "~0.19.0" -i_key_sort = "~0.10.3" +i_key_sort = "~0.11.0"