From 75ba38768b38f53faaf691545dc660d533740dd5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stephan=20H=C3=BCgel?= Date: Mon, 26 Feb 2024 14:11:32 +0000 Subject: [PATCH] Update dependencies and MSRV --- Cargo.toml | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 887f8531..326c1693 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "polylabel" -version = "3.1.0" +version = "3.2.0" authors = ["Stephan Hügel "] description = "A Rust implementation of the Polylabel algorithm for finding optimum polygon label positions." readme = "README.md" @@ -8,18 +8,19 @@ keywords = ["geo", "polylabel", "gis"] repository = "https://github.com/urschrei/polylabel-rs" license = "MIT" edition = "2021" +rust-version = "1.70" [dependencies] -libc = {version = "0.2.149", default-features=false, optional = true} -geo = "0.27.0" -num-traits = "0.2.8" -thiserror = "1.0.4" +libc = {version = "0.2.153", default-features=false, optional = true} +geo = "0.28.0" +num-traits = "0.2.18" +thiserror = "1.0.57" [build-dependencies] -cbindgen = { version = "0.24.2", default-features=false, optional = true} +cbindgen = { version = "0.26.0", default-features=false, optional = true} [dev-dependencies] -criterion = "0.4.0" +criterion = "0.5.1" [features] headers = ["cbindgen"]