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 format option to cargo tree to print the lib_name #9663

Merged
merged 10 commits into from
Jul 14, 2021
Merged

Add format option to cargo tree to print the lib_name #9663

merged 10 commits into from
Jul 14, 2021

Commits on Jul 7, 2021

  1. Add format control character, 'n', for lib_name of lib dependency.

    Corresponds to what you'd put in a `use` statement. See #9659
    nebkor committed Jul 7, 2021
    Configuration menu
    Copy the full SHA
    216b816 View commit details
    Browse the repository at this point in the history
  2. reformat with rustfmt

    nebkor committed Jul 7, 2021
    Configuration menu
    Copy the full SHA
    df62c36 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6fb5a1d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    47c3004 View commit details
    Browse the repository at this point in the history
  5. Look for regular lib first.

    nebkor committed Jul 7, 2021
    Configuration menu
    Copy the full SHA
    e019724 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    7595a25 View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2021

  1. Configuration menu
    Copy the full SHA
    bc472c7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    69c328c View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2021

  1. Configuration menu
    Copy the full SHA
    58ed2e3 View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2021

  1. Configuration menu
    Copy the full SHA
    af355f0 View commit details
    Browse the repository at this point in the history