-
Couldn't load subscription status.
- Fork 2.7k
Closed
Closed
Copy link
Labels
C-bugCategory: bugCategory: bugCommand-packageS-triageStatus: This issue is waiting on initial triage.Status: This issue is waiting on initial triage.
Description
Problem
While cargo cargo package --list itself works on all platforms and cargo package --list --manifest-path works on linux and windows, cargo package --list --manifest-path on mac in a workspace prints only Cargo.lock
I've made a reproducer where you can see the results for the three platforms in github actions: https://github.com/PyO3/maturin/runs/5535598729?check_suite_focus=true
Steps
cd /tmp
git clone https://github.com/RazrFalcon/resvg
cd resvg
cargo package --list
cd
cargo package --list --manifest-path /tmp/resvg/Cargo.toml
Possible Solution(s)
No response
Notes
No response
Version
`rustc 1.59.0 (9d1b2106e 2022-02-23)` and `cargo 1.59.0 (49d8809dc 2022-02-10)`
Metadata
Metadata
Assignees
Labels
C-bugCategory: bugCategory: bugCommand-packageS-triageStatus: This issue is waiting on initial triage.Status: This issue is waiting on initial triage.