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

*: move network requests behind a feature #25

Merged
merged 2 commits into from
Oct 13, 2023
Merged

*: move network requests behind a feature #25

merged 2 commits into from
Oct 13, 2023

Commits on Oct 13, 2023

  1. *: move network requests behind a feature

    Building with `--no-default-features` _significantly_ decreases the
    amount of time it takes to compile (about 1/10th on my machine).
    crawford committed Oct 13, 2023
    Configuration menu
    Copy the full SHA
    7b1ddca View commit details
    Browse the repository at this point in the history
  2. test: check with and without default features

    Now that features are being used, every combination needs to be
    tested.
    crawford committed Oct 13, 2023
    Configuration menu
    Copy the full SHA
    a64090a View commit details
    Browse the repository at this point in the history