georust / geo

Rust geospatial primitives & algorithms
https://crates.io/crates/geo
Other
1.58k stars 199 forks source link

Use latest Docker images (max 1.79) #1201

Closed urschrei closed 4 months ago

urschrei commented 4 months ago
urschrei commented 4 months ago

NB: I had to add an "allow dead code" exception to our Sweep-line impl to allow the lint to pass as it became more strict at some point post Rust 1.75, so happy to add a Changelog entry for this PR if need be.

michaelkirk commented 4 months ago

I think we should keep the MSRV in Cargo.toml synced with whatever we're running on CI.

And then I'd say bumping MSRV deserves a change log entry.

urschrei commented 4 months ago

I think we should keep the MSRV in Cargo.toml synced with whatever we're running on CI.

And then I'd say bumping MSRV deserves a change log entry.

Done (and thanks for fortuitously updating the Docker images yesterday!)

michaelkirk commented 4 months ago

It was no coincidence! Thanks for finishing the job.

urschrei commented 4 months ago

Ah, I just…didn't commit my Cargo changes. Very good.