georust / gdal

Rust bindings for GDAL
https://crates.io/crates/gdal
MIT License
369 stars 94 forks source link

Add bindings for GDAL 3.10, and regenerate the old ones #573

Closed lnicola closed 1 month ago

lnicola commented 1 month ago
lnicola commented 1 month ago
thread 'metadata::tests::test_md_iter' panicked at src/metadata.rs:406:9:
assertion failed: ds.metadata().any(|e| e.domain == "DERIVED_SUBDATASETS")

Huh, this fails in GDAL 3.10, but only in the static build.

lnicola commented 1 month ago

r? @jdroenner

Best reviewed commit-by-commit, I got a little carried away.

jdroenner commented 1 month ago

looks good :)

lnicola commented 1 month ago

Thanks, I'll merge this, then.

I'm thinking we could also drop pre-3.4 support, which will remove a couple dozen cfgs.

jdroenner commented 1 month ago

I'm thinking we could also drop pre-3.4 support, which will remove a couple dozen cfgs.

we should do that :)