Skip to content

Commit

Permalink
Publish version with semicolon fix
Browse files Browse the repository at this point in the history
  • Loading branch information
urschrei committed Oct 5, 2019
1 parent a234ead commit 4e858ad
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,14 +1,14 @@
[package]
name = "polylabel"
version = "1.3.0"
version = "1.3.1"
authors = ["Stephan Hügel <[email protected]>"]
description = "A Rust implementation of the Polylabel algorithm for finding optimum polygon label positions."
readme = "README.md"
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"
Expand Down

0 comments on commit 4e858ad

Please sign in to comment.