-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
…#20) Currently `cargo-subcommand` expects this argument to be a path to the directory containing project(s), whereas it should actually point to a file specifically named `Cargo.toml`. Note that this path doesn't appear to be very strict in `cargo`: even if pointing to a manifest file within a workspace, packages in the surrounding workspace are still built, and are reachable through `-p`. However, there's a strict requirement on the specified manifest to be part of the workspace, which is not enforced in `cargo-subcommand` yet.
- Loading branch information
Showing
2 changed files
with
17 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters