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

Ensure each and every feature flags can be used independently #1455

Merged
merged 12 commits into from
Aug 8, 2024

Commits on Aug 7, 2024

  1. proto: fix std feature

    The `std` feature previously didn't link the `std` crate, and so when
    used in isolation wouldn't compile.
    
    This ensures `std` is linked when the feature is enabled.
    tony-iqlusion committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    c739add View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2024

  1. Add changelog entry

    romac committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    470f1bf View commit details
    Browse the repository at this point in the history
  2. Test default features, no default features, all features and each fea…

    …ture independently with `cargo-hack`
    romac committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    5e8de10 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    72f5f7c View commit details
    Browse the repository at this point in the history
  4. Update changelog entry

    romac committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    728ff9e View commit details
    Browse the repository at this point in the history
  5. Update changelog entry

    romac committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    5ef891e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    9619848 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    cb396d2 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    bd19f8f View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    f10a6f4 View commit details
    Browse the repository at this point in the history
  10. rpc: Fix mock-client feature

    romac committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    54a959a View commit details
    Browse the repository at this point in the history
  11. Update changelog entry

    romac committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    51310fe View commit details
    Browse the repository at this point in the history