update to polylabel 2.4.1

This commit is contained in:
Michael Kirk 2022-04-21 14:55:19 -07:00 committed by Dustin Carlino
parent d76bb3fbbd
commit b867859dde
2 changed files with 3 additions and 7 deletions

5
Cargo.lock generated
View File

@ -2875,8 +2875,9 @@ dependencies = [
[[package]]
name = "polylabel"
version = "2.4.0"
source = "git+https://github.com/michaelkirk/polylabel-rs?branch=mkirk/optional-cbindgen#b96b417659d82ebe3a409b499d8669ff36d7ffe8"
version = "2.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9eacb1d18495675b5b9a56b92ea542e9ff6ebc98de4a166329ca9a1fbf408f88"
dependencies = [
"geo",
"libc",

View File

@ -36,8 +36,3 @@ opt-level = 3
[patch.crates-io]
# Waiting for release: https://github.com/21re/rust-geo-booleanop/pull/27
geo-booleanop = { git = "https://github.com/21re/rust-geo-booleanop" }
# Waiting for release: https://github.com/urschrei/polylabel-rs/pull/18 (updates geo)
# Waiting for merge and release: https://github.com/urschrei/polylabel-rs/pull/21 (makes cbindgen optional to avoid redundant, unused, clap dependency)
polylabel = { git = "https://github.com/michaelkirk/polylabel-rs", branch="mkirk/optional-cbindgen" }