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 workspace dependencies. #1035

Open
wants to merge 7 commits into
base: master
Choose a base branch
from

Commits on Apr 27, 2024

  1. chore: run cargo-autoinherit

    gibbz00 committed Apr 27, 2024
    Configuration menu
    Copy the full SHA
    588ee37 View commit details
    Browse the repository at this point in the history
  2. chore: use dep.workspace = true over dep = { workspace = true }

    All done in one go with:
    
    `fd --type file . | xargs sed -i -e 's/ = { workspace = true }/.workspace = true/g'`
    gibbz00 committed Apr 27, 2024
    Configuration menu
    Copy the full SHA
    771205a View commit details
    Browse the repository at this point in the history
  3. chore: fix anyhow feature resolution:

    Introduced when running `cargo autoinherit`
    gibbz00 committed Apr 27, 2024
    Configuration menu
    Copy the full SHA
    2504f86 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7962740 View commit details
    Browse the repository at this point in the history
  5. chore: libfuzzer-sys dependency cleanup:

    * point to proper crates.io version, git repo was created by `cargo
    fuzz` and is not archived.
    
    * as a workspace dependency
    gibbz00 committed Apr 27, 2024
    Configuration menu
    Copy the full SHA
    aba29b8 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e465be6 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    4c70fcf View commit details
    Browse the repository at this point in the history