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

Get the project building again #5

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

marshallpierce
Copy link

I got openssl and libgit2 issues at build time, so I updated things as relevant.

  • Switch to anyhow (failure's suggested replacement)
  • Update reqwest
    • Sprinkle a bit of async/await as reqwest now uses async fn's
  • make_top is now an example so it can be built at the same time to avoid going stale
    • update reg-index
    • I couldn't test that this worked since it wasn't clear what kind of index make_top needs to run against
  • cargo fmt applied
  • cargo clippy is appeased

I got openssl and libgit2 issues at build time, so I updated things as relevant.

- Switch to anyhow (failure's suggested replacement)
- Update reqwest
  - Sprinkle a bit of async/await as reqwest now uses async fn's
- make_top is now an example so it can be built at the same time to avoid going stale
  - update reg-index
  - I couldn't test that this worked since it wasn't clear what kind of index make_top needs to run against
- `cargo fmt` applied
- `cargo clippy` is appeased
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.

1 participant