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

Install cargo-dist to generate releases #600

Merged
merged 2 commits into from
May 20, 2024
Merged

Commits on Apr 2, 2024

  1. Install cargo-dist to generate releases

    This PR was generated by running `cargo dist init` and selecting
    all the default options. It seems to have pretty sane behaviour
    out of the box.
    
    This requires the repository URL fix in mozilla#599
    to work correctly.
    
    Fixes mozilla#484
    staktrace committed Apr 2, 2024
    Configuration menu
    Copy the full SHA
    bc2a9de View commit details
    Browse the repository at this point in the history
  2. Exclude the test project from the workspace

    This was causing spurious test failures, since the cargo dist
    setup introduced a workspace that automatically included the
    test project.
    staktrace committed Apr 2, 2024
    Configuration menu
    Copy the full SHA
    6cbba96 View commit details
    Browse the repository at this point in the history