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

Add option to allow wildcard path dependencies #487

Merged
merged 6 commits into from
Dec 20, 2022
Merged

Add option to allow wildcard path dependencies #487

merged 6 commits into from
Dec 20, 2022

Commits on Dec 19, 2022

  1. Add option to allow wildcard path dependencies

    Adds an `allow-wildcard-paths` option for the `bans` check
    which will allow path dependencies to use wildcard versions
    if the crate is private or the dependency is a dev-dependency.
    
    Closes issue #448
    sribich committed Dec 19, 2022
    Configuration menu
    Copy the full SHA
    be37b10 View commit details
    Browse the repository at this point in the history

Commits on Dec 20, 2022

  1. Rustfmt

    Jake-Shadle committed Dec 20, 2022
    Configuration menu
    Copy the full SHA
    e9491a3 View commit details
    Browse the repository at this point in the history
  2. Fix clippy lints

    Jake-Shadle committed Dec 20, 2022
    Configuration menu
    Copy the full SHA
    97fb702 View commit details
    Browse the repository at this point in the history
  3. Ignore atty advisory

    Jake-Shadle committed Dec 20, 2022
    Configuration menu
    Copy the full SHA
    6160151 View commit details
    Browse the repository at this point in the history
  4. Oops

    Jake-Shadle committed Dec 20, 2022
    Configuration menu
    Copy the full SHA
    3d941e1 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    86d518e View commit details
    Browse the repository at this point in the history