From 4e858ad8f8dd8d85f66d355ed9abb02173d5fd05 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stephan=20H=C3=BCgel?= Date: Sat, 5 Oct 2019 15:30:49 +0100 Subject: [PATCH] Publish version with semicolon fix --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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"