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

Use Cargo manifest workspace keys #1884

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Commits on Oct 12, 2024

  1. Release 0.9.0-alpha.0

    Upgrade our MSRV to 1.65 and remove version detection logic prior to
    that version.
    joshlf committed Oct 12, 2024
    Configuration menu
    Copy the full SHA
    8342c71 View commit details
    Browse the repository at this point in the history
  2. Enable clippy::missing_const_for_fn

    While we're here, remove defensive programming against bug in
    `Layout::from_size_align` which is no longer needed on our new MSRV.
    joshlf committed Oct 12, 2024
    Configuration menu
    Copy the full SHA
    ab3a087 View commit details
    Browse the repository at this point in the history
  3. Use Cargo manifest workspace keys

    This allows zerocopy-derive to inherit some keys from the workspace
    configuration rather than having to specify them separately, which in
    turn allows us to remove some CI logic to check that they're the same.
    
    I manually confirmed that the edit to `ci/release_crate_versions.sh` is
    correct.
    joshlf committed Oct 12, 2024
    Configuration menu
    Copy the full SHA
    d1fe9e3 View commit details
    Browse the repository at this point in the history