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

Tracking Issue for native-completion A-cli Area: Command-line interface, option parsing, etc. A-completions Area: shell completions C-tracking-issue Category: A tracking issue for something unstable.
#14520 opened Sep 9, 2024 by shannmu
11 of 20 tasks
Allow cargo tree to run despite native library conflicts C-feature-request Category: proposal for a feature. Before PR, ping rust-lang/cargo if this is not `Feature accepted` Command-tree S-triage Status: This issue is waiting on initial triage.
#14512 opened Sep 7, 2024 by eopb
Tracking Issue for location-detail C-tracking-issue Category: A tracking issue for something unstable.
#14511 opened Sep 7, 2024 by kornelski
2 tasks
cargo add should not silently remove any path attribute on dependencies and should support both version and path attributes C-feature-request Category: proposal for a feature. Before PR, ping rust-lang/cargo if this is not `Feature accepted` Command-add S-triage Status: This issue is waiting on initial triage.
#14510 opened Sep 7, 2024 by rnza0u
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
Support specifying additional config files/values in environment variable. A-config-cli Area: --config CLI option A-configuration Area: cargo config files and env vars C-feature-request Category: proposal for a feature. Before PR, ping rust-lang/cargo if this is not `Feature accepted` S-triage Status: This issue is waiting on initial triage.
#14508 opened Sep 6, 2024 by BGR360
Make empty/default fields in the index metadata optional A-registries Area: registries C-feature-request Category: proposal for a feature. Before PR, ping rust-lang/cargo if this is not `Feature accepted` S-needs-team-input Status: Needs input from team on whether/how to proceed.
#14506 opened Sep 6, 2024 by kornelski
Deprecate non-authoritative information in the registry Publish API A-documenting-cargo-itself Area: Cargo's documentation C-bug Category: bug S-triage Status: This issue is waiting on initial triage.
#14492 opened Sep 4, 2024 by kornelski
Rust update broke all of my projects. Cannot build due to spurious network error A-networking Area: networking issues, curl, etc. S-needs-info Status: Needs more info, such as a reproduction or more background for a feature request.
#14517 opened Aug 31, 2024 by Nordgaren
cargo info doesn't allow to specify output-format C-feature-request Category: proposal for a feature. Before PR, ping rust-lang/cargo if this is not `Feature accepted` Command-info S-needs-info Status: Needs more info, such as a reproduction or more background for a feature request.
#14469 opened Aug 30, 2024 by GopherJ
Seamless upgrade from 0.x to 1.0 A-dependency-resolution Area: dependency resolution and the resolver A-manifest Area: Cargo.toml issues C-feature-request Category: proposal for a feature. Before PR, ping rust-lang/cargo if this is not `Feature accepted` S-needs-team-input Status: Needs input from team on whether/how to proceed. S-triage Status: This issue is waiting on initial triage.
#14460 opened Aug 27, 2024 by kornelski
Allow registries to patch crates A-patch Area: [patch] table override A-registries Area: registries C-enhancement Category: enhancement
#14458 opened Aug 27, 2024 by epage
cargo rustdoc does not document lib tests C-bug Category: bug Command-rustdoc S-needs-team-input Status: Needs input from team on whether/how to proceed.
#14455 opened Aug 26, 2024 by Urhengulas
Cargo downgrades transitive dependency that should not change A-dependency-resolution Area: dependency resolution and the resolver A-git Area: anything dealing with git C-bug Category: bug S-triage Status: This issue is waiting on initial triage.
#14446 opened Aug 23, 2024 by konstin
Tell rustc wrappers which envs to pass through to allow env sandboxing A-build-execution Area: anything dealing with executing the compiler A-build-scripts Area: build.rs scripts A-configuration Area: cargo config files and env vars C-feature-request Category: proposal for a feature. Before PR, ping rust-lang/cargo if this is not `Feature accepted` S-needs-team-input Status: Needs input from team on whether/how to proceed.
#14444 opened Aug 22, 2024 by fenollp
CI requires formatting, but the project doesn't specify which one A-testing-cargo-itself Area: cargo's tests C-bug Category: bug S-needs-team-input Status: Needs input from team on whether/how to proceed.
#14442 opened Aug 21, 2024 by kornelski
Report crates.io metrics in cargo info subcommand C-feature-request Category: proposal for a feature. Before PR, ping rust-lang/cargo if this is not `Feature accepted` Command-info S-needs-design Status: Needs someone to work further on the design for the feature or fix. NOT YET accepted.
#14438 opened Aug 21, 2024 by Rustin170506
Introduce perma-unstable --compile-time-deps flag A-build-system Area: build system integration C-enhancement Category: enhancement Command-check E-medium Experience: Medium S-accepted Status: Issue or feature is accepted, and has a team member available to help mentor or review
#14434 opened Aug 21, 2024 by Veykril
Ability to test against registry dependencies, instead of path dependencies A-dependency-resolution Area: dependency resolution and the resolver C-feature-request Category: proposal for a feature. Before PR, ping rust-lang/cargo if this is not `Feature accepted` Command-package Command-test S-triage Status: This issue is waiting on initial triage.
#14429 opened Aug 20, 2024 by barakugav
Tracking Issue for --lockfile-path A-lockfile Area: Cargo.lock issues C-tracking-issue Category: A tracking issue for something unstable. 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.
#14421 opened Aug 18, 2024 by weihanglo
2 of 5 tasks
Option for cargo tree to filter out (non-)workspace members C-feature-request Category: proposal for a feature. Before PR, ping rust-lang/cargo if this is not `Feature accepted` Command-tree S-needs-team-input Status: Needs input from team on whether/how to proceed.
#14420 opened Aug 18, 2024 by zeichenreihe
trim-paths mixes forward and backslashes in backtrace when built on WIndows C-bug Category: bug S-needs-info Status: Needs more info, such as a reproduction or more background for a feature request. Z-trim-paths Nightly: path sanitization
#14419 opened Aug 17, 2024 by mlaota
Can't generate feature gated code from a proc macro in a reliable way when used by both normal/build dependencies with resolver="2" A-features Area: features — conditional compilation A-proc-macro Area: compiling proc-macros C-bug Category: bug S-needs-design Status: Needs someone to work further on the design for the feature or fix. NOT YET accepted.
#14415 opened Aug 16, 2024 by weiznich
Cargo claims to ignore binary dependencies, but does unify features anyway A-features Area: features — conditional compilation C-bug Category: bug S-needs-info Status: Needs more info, such as a reproduction or more background for a feature request.
#14406 opened Aug 15, 2024 by weiznich
ProTip! Type g i on any issue or pull request to go back to the issue listing page.