georust / geos

Rust bindings for GEOS
https://docs.rs/geos/
MIT License
122 stars 41 forks source link

MNT: Update GEOS source to 3.11.2 #128

Closed brendan-ward closed 1 year ago

brendan-ward commented 1 year ago

This updates the pinned version of GEOS for the static feature to 3.11.2 (changelog).

This compiles successfully on GCC-12 and clang-14 (tested on debian:unstable Docker container)

/cc @jayvdb

GuillaumeGomez commented 1 year ago

Thanks!