georust / proj

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

Upgrade dependencies except "approx" #116

Closed nyurik closed 2 years ago

nyurik commented 2 years ago

Upgrade all proj-sys and proj dependency versions to the latest. For consistency all versions are fully-specified. The only exception is the approx lib because the trait is implemented upstream in geo-types. Perhaps if we change geo-types to use approx = "*", it could work?

It is fairly easy to upgrade them now using cargo upgrade. I usually run it in offline mode due to an issue

cargo update && cargo upgrade --offline --workspace
frewsxcv commented 2 years ago

bors r+

bors[bot] commented 2 years ago

Build succeeded: