Skip to content

Issues: rust-lang/cargo

Dependency Dashboard
#13256 opened Jan 6, 2024 by renovate bot
Open
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

Author
Filter by author
Loading
Label
Filter by label
Loading
Use alt + click/return to exclude labels
or + click/return for logical OR
Projects
Filter by project
Loading
Milestones
Filter by milestone
Loading
Assignee
Filter by who’s assigned
Sort

Issues list

feat(add/install): check if given crate argument would be valid with inserted @ symbol A-cli Area: Command-line interface, option parsing, etc. Command-add Command-install S-waiting-on-review Status: Awaiting review from the assignee but also interested parties.
#15441 opened Apr 20, 2025 by dawedawe Loading…
cargo install foo=1.2.3 does not detect invalid character C-bug Category: bug Command-add Command-install S-accepted Status: Issue or feature is accepted, and has a team member available to help mentor or review
#15318 opened Mar 16, 2025 by HKalbasi
cargo install --locked is using dev-dependencies A-dependency-resolution Area: dependency resolution and the resolver C-bug Category: bug Command-install S-triage Status: This issue is waiting on initial triage.
#14937 opened Dec 15, 2024 by kushudai
cargo install when only pre-releases are available C-feature-request Category: proposal for a feature. Before PR, ping rust-lang/cargo if this is not `Feature accepted` Command-install S-triage Status: This issue is waiting on initial triage.
#14509 opened Sep 7, 2024 by eopb
Invalid binary already exists error from cargo install in case of binary disabled by feature A-cargo-targets Area: selection and definition of targets (lib, bins, examples, tests, benches) C-bug Category: bug Command-install S-needs-design Status: Needs someone to work further on the design for the feature or fix. NOT YET accepted.
#14384 opened Aug 10, 2024 by senia-psm
Request to support disabling path checks when using cargo install C-feature-request Category: proposal for a feature. Before PR, ping rust-lang/cargo if this is not `Feature accepted` Command-install S-needs-info Status: Needs more info, such as a reproduction or more background for a feature request.
#14276 opened Jul 20, 2024 by jdknight
cargo does not load workspace .cargo/config.toml C-bug Category: bug Command-install S-triage Status: This issue is waiting on initial triage.
#14248 opened Jul 13, 2024 by chuckliu1979
cargo install should download binaries from crate.io if a compatible dependency/feature-set is availible A-interacts-with-crates.io Area: interaction with registries C-feature-request Category: proposal for a feature. Before PR, ping rust-lang/cargo if this is not `Feature accepted` Command-install S-blocked-external Status: ❌ blocked on something out of the direct control of the Cargo project, e.g., upstream fix
#13994 opened Jun 1, 2024 by wy6688
cargo install A B C only updates A if A, B, C are outdated C-bug Category: bug Command-install S-needs-info Status: Needs more info, such as a reproduction or more background for a feature request.
#13911 opened May 13, 2024 by matthiaskrgr
fix: create ephemeral workspace for git source A-workspaces Area: workspaces Command-install S-waiting-on-review Status: Awaiting review from the assignee but also interested parties.
#13689 opened Apr 2, 2024 by Rustin170506 Loading…
2 tasks done
cargo install not working correctly when using git repo A-git Area: anything dealing with git C-bug Category: bug Command-install S-accepted Status: Issue or feature is accepted, and has a team member available to help mentor or review
#13259 opened Jan 8, 2024 by BillGoldenWater
cargo install should have an option to allow installing a yanked binary A-yanked Area: yanked dependencies C-feature-request Category: proposal for a feature. Before PR, ping rust-lang/cargo if this is not `Feature accepted` Command-install S-triage Status: This issue is waiting on initial triage.
#13082 opened Nov 30, 2023 by leighmcculloch
cargo install should respect [patch] from user config A-configuration Area: cargo config files and env vars A-patch Area: [patch] table override C-bug Category: bug Command-install
#12855 opened Oct 19, 2023 by loynoir
cargo install --name: install with a renamed executable C-feature-request Category: proposal for a feature. Before PR, ping rust-lang/cargo if this is not `Feature accepted` Command-install E-medium Experience: Medium S-needs-design Status: Needs someone to work further on the design for the feature or fix. NOT YET accepted.
#12366 opened Jul 17, 2023 by philpax
Point users to crate authors on cargo-install failures A-diagnostics Area: Error and warning messages generated by Cargo itself. C-enhancement Category: enhancement Command-install S-needs-design Status: Needs someone to work further on the design for the feature or fix. NOT YET accepted.
#11485 opened Dec 15, 2022 by epage
cargo install --dry-run C-enhancement Category: enhancement call-for-testing Marks issues that require broader testing from the community, e.g. before stabilization. Command-install E-medium Experience: Medium S-accepted Status: Issue or feature is accepted, and has a team member available to help mentor or review S-waiting-on-feedback Status: An implemented feature is waiting on community feedback for bugs or design concerns.
#11123 opened Sep 22, 2022 by epage
cargo install ignores the rust-toolchain.toml or uses the wrong one A-rustup Area: rustup interaction C-bug Category: bug Command-install S-needs-design Status: Needs someone to work further on the design for the feature or fix. NOT YET accepted.
#11036 opened Aug 31, 2022 by sabify
Cargo install panics on some non-ASCII input A-registries Area: registries C-bug Category: bug Command-install S-needs-info Status: Needs more info, such as a reproduction or more background for a feature request.
#10993 opened Aug 15, 2022 by timcryt
Cargo should skip crates.io check with --locked and all dependencies already resolved A-yanked Area: yanked dependencies Command-install S-needs-team-input Status: Needs input from team on whether/how to proceed.
#10984 opened Aug 12, 2022 by mqudsi
Respect rust-version when selecting a version for cargo install C-feature-request Category: proposal for a feature. Before PR, ping rust-lang/cargo if this is not `Feature accepted` Command-install S-needs-design Status: Needs someone to work further on the design for the feature or fix. NOT YET accepted.
#10903 opened Jul 26, 2022 by epage
cargo report future-incompatibilities does not work with cargo install A-future-incompat Area: future incompatible reporting C-bug Category: bug Command-install Command-report S-needs-design Status: Needs someone to work further on the design for the feature or fix. NOT YET accepted.
#10848 opened Jul 11, 2022 by ehuss
Install: add a bindir flag or similar C-feature-request Category: proposal for a feature. Before PR, ping rust-lang/cargo if this is not `Feature accepted` Command-install S-needs-info Status: Needs more info, such as a reproduction or more background for a feature request.
#10748 opened Jun 11, 2022 by 1480c1
let cargo install accept the desired binary with the --bin flag. C-feature-request Category: proposal for a feature. Before PR, ping rust-lang/cargo if this is not `Feature accepted` Command-install S-triage Status: This issue is waiting on initial triage.
#10363 opened Feb 5, 2022 by DrRuhe
ProTip! Updated in the last three days: updated:>2025-04-18.