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 --package <pkgid> to all commands #390

Merged
merged 9 commits into from Mar 19, 2020
Merged

Add --package <pkgid> to all commands #390

merged 9 commits into from Mar 19, 2020

Commits on Mar 19, 2020

  1. Configuration menu
    Copy the full SHA
    3316867 View commit details
    Browse the repository at this point in the history
  2. Allow the cargo-add command to use -p PKGID

    Paul Woolcock committed Mar 19, 2020
    Configuration menu
    Copy the full SHA
    0eb1584 View commit details
    Browse the repository at this point in the history
  3. Allow the cargo-rm command to use -p PKGID

    Paul Woolcock committed Mar 19, 2020
    Configuration menu
    Copy the full SHA
    1c29308 View commit details
    Browse the repository at this point in the history
  4. Allow the cargo-upgrade command to use -p PKGID

    Paul Woolcock committed Mar 19, 2020
    Configuration menu
    Copy the full SHA
    1ebabf7 View commit details
    Browse the repository at this point in the history
  5. rustfmt pass

    Paul Woolcock committed Mar 19, 2020
    Configuration menu
    Copy the full SHA
    064a0ee View commit details
    Browse the repository at this point in the history
  6. Move copy_workspace_test to tests/utils

    Paul Woolcock committed Mar 19, 2020
    Configuration menu
    Copy the full SHA
    82da0a0 View commit details
    Browse the repository at this point in the history
  7. Add method to run a command with --package=<pkgid>

    Paul Woolcock committed Mar 19, 2020
    Configuration menu
    Copy the full SHA
    253e16c View commit details
    Browse the repository at this point in the history
  8. Add workspace test for each command

    Paul Woolcock committed Mar 19, 2020
    Configuration menu
    Copy the full SHA
    0f8e8da View commit details
    Browse the repository at this point in the history
  9. Use manifest_from_pkgid in cargo-upgrade

    Paul Woolcock committed Mar 19, 2020
    Configuration menu
    Copy the full SHA
    38637a8 View commit details
    Browse the repository at this point in the history