From d8e0eca6c033e818fe20e9223e13f2b147d1c010 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aur=C3=A8le=20Ferotin?= Date: Wed, 18 Feb 2026 17:08:36 +0100 Subject: [PATCH] Update `geos-sys` to `2.0.8` --- Cargo.lock | 2 +- Cargo.toml | 2 +- sys/Cargo.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 1b00cb8..0248f8e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -76,7 +76,7 @@ dependencies = [ [[package]] name = "geos-sys" -version = "2.0.7" +version = "2.0.8" dependencies = [ "geos-src", "libc", diff --git a/Cargo.toml b/Cargo.toml index e93bfd2..b4b90e6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -40,7 +40,7 @@ libc = "0.2" geojson = { version = "0.24", optional = true } geo-types = { version = "0.7", optional = true } wkt = { version = "0.10.3", optional = true } -geos-sys = { path = "sys", version = "2.0.7" } +geos-sys = { path = "sys", version = "2.0.8" } [package.metadata.docs.rs] features = ["dox"] diff --git a/sys/Cargo.toml b/sys/Cargo.toml index fd116bf..e698abf 100644 --- a/sys/Cargo.toml +++ b/sys/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "geos-sys" -version = "2.0.7" +version = "2.0.8" authors = ["Guillaume Gomez "] description = "GEOS C API bindings"