diff --git a/Cargo.toml b/Cargo.toml index 9aec1da9..e8821455 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "polylabel" -version = "1.3.0" +version = "1.3.1" authors = ["Stephan Hügel "] description = "A Rust implementation of the Polylabel algorithm for finding optimum polygon label positions." readme = "README.md" @@ -8,7 +8,7 @@ keywords = ["geo", "polylabel", "gis"] repository = "https://github.com/urschrei/polylabel-rs" license = "MIT" edition = "2018" -build = "src/build.rs" +# build = "src/build.rs" [dependencies] libc = "0.2.29"