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

Only include dependencies when binary feature is enabled #68

Merged
merged 4 commits into from
Jul 25, 2019

Commits on Jul 18, 2019

  1. Only include dependencies when binary feature is enabled

    This change vastly improves compile times when only `lib.rs` is compiled. However, it is a breaking change.
    phil-opp committed Jul 18, 2019
    Configuration menu
    Copy the full SHA
    b6b4bbc View commit details
    Browse the repository at this point in the history
  2. Set the required-features key for the bootloader executable

    This results in a much better error message when a build without that feature is attempted.
    phil-opp committed Jul 18, 2019
    Configuration menu
    Copy the full SHA
    aa2bbc1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    72cc46e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    773534d View commit details
    Browse the repository at this point in the history