From 4747e4d888e873483e901f1eaa3de32360dd5ba1 Mon Sep 17 00:00:00 2001 From: Andre Esteve Date: Sat, 23 Oct 2021 07:29:04 -0700 Subject: [PATCH] v1.0.0 (#23) --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 6cbf773..da6f003 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "delaunator" -version = "0.3.0" +version = "1.0.0" edition = "2018" description = "A very fast 2D Delaunay triangulation library." documentation = "https://docs.rs/delaunator" @@ -36,4 +36,4 @@ path = "examples/triangulate.rs" [[example]] name = "svg" -path = "examples/svg.rs" \ No newline at end of file +path = "examples/svg.rs"