diff --git a/Cargo.toml b/Cargo.toml index 8027733..5f63f01 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "delaunator" -version = "1.0.1" +version = "1.0.2" edition = "2018" description = "A very fast 2D Delaunay triangulation library." documentation = "https://docs.rs/delaunator"