Tag gdal 0.19.0
Hey there!
Can we tag latest commit with gdal v0.19.0 please? I'm blocked by geo-types dependency being locked to 0.7.13 on the 0.18.0, it has been updated since then but not tagged (so not published).
Thanks!
I'm not very active in this repository, but the 0.18.0 release of gdal should already be compatible with the latest version of geo-types, which hasn't had a breaking release in years.
From https://github.com/georust/gdal/blob/v0.18.0/Cargo.toml#L22C1-L23C1
geo-types = { version = "0.7.11" }
☝ is compatible with anything until (a hypothetical) geo-types 0.8.0.
Do you just need to update your local Cargo.lock with cargo update or cargo update -p geo-types?
Please review https://doc.rust-lang.org/cargo/reference/specifying-dependencies.html if this doesn't make sense, or share a sample project that fails to build.
Could we get a new tag for GDAL 3.11 support (https://github.com/georust/gdal/pull/664) please?