Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade dependencies except "approx" #116

Merged
merged 1 commit into from
Feb 25, 2022
Merged

Upgrade dependencies except "approx" #116

merged 1 commit into from
Feb 25, 2022

Conversation

nyurik
Copy link
Member

@nyurik nyurik commented Feb 25, 2022

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

Upgrade all proj-sys and proj dependency versions to the latest. For consistency all versions are fully-specified. The only exception is the [approx](https://crates.io/crates/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](https://lib.rs/crates/cargo-edit). I usually run it in offline mode due to an [issue](killercup/cargo-edit#515 (comment))

```
cargo update && cargo upgrade --offline --workspace
```
@frewsxcv
Copy link
Member

bors r+

@bors
Copy link
Contributor

bors bot commented Feb 25, 2022

Build succeeded:

@bors bors bot merged commit e8f9233 into georust:main Feb 25, 2022
@nyurik nyurik deleted the bump-deps branch July 31, 2024 23:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants