georust / proj

Rust bindings for the latest stable release of PROJ
https://docs.rs/proj
Apache License 2.0
137 stars 43 forks source link

Update proj to 9.3.1 #182

Closed michaelkirk closed 7 months ago

michaelkirk commented 7 months ago

Fixes https://github.com/georust/proj/issues/181

Note: uses the new CI containers from https://github.com/georust/docker-images/pull/27/files

Note 2: This bumps MSRV to 1.65 - I don't actually know of any incompatibilities, but it's as far back as I was willing to build CI images. 1.65 was released over a year ago (Nov 3, 2022), so it still seems plenty generous to me.

michaelkirk commented 7 months ago

I'm assuming we release proj-sys and then have a subsequent proj release that bumps the minimum proj-sys version?