Bug: Cargo Deny Fails when --manifest-path Cargo.toml
is Provided
#636
Labels
bug
Something isn't working
--manifest-path Cargo.toml
is Provided
#636
Describe the bug
Cargo deny exits with an error, apparently originating from
cargo metadata
, when a manifest path is provided which does not begin with a folderTo reproduce
In a Rust project, in the folder containing
Cargo.toml
,Running
cargo deny --manifest-path Cargo.toml check all
fails with error:However, running
cargo deny --manifest-path ./Cargo.toml check all
works without issueFurthermore,
cargo metadata --manifest-path Cargo.toml
works as wellcargo-deny version
0.14.17
What OS were you running cargo-deny on?
Linux
Additional context
No response
The text was updated successfully, but these errors were encountered: