Skip to content

Commit

Permalink
v1.0.0 (#23)
Browse files Browse the repository at this point in the history
  • Loading branch information
andreesteve committed Oct 23, 2021
1 parent b0ae068 commit 4747e4d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down Expand Up @@ -36,4 +36,4 @@ path = "examples/triangulate.rs"

[[example]]
name = "svg"
path = "examples/svg.rs"
path = "examples/svg.rs"

0 comments on commit 4747e4d

Please sign in to comment.