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

Deprecate per-target editions A-manifest Area: Cargo.toml issues C-enhancement Category: enhancement S-needs-rfc Status: Needs an RFC to make progress.
#15188 opened Feb 14, 2025 by nyurik
feat(manifest)!: implement feature-metadata RFC3416 A-documenting-cargo-itself Area: Cargo's documentation A-interacts-with-crates.io Area: interaction with registries A-manifest Area: Cargo.toml issues A-unstable Area: nightly unstable support Command-publish S-waiting-on-review Status: Awaiting review from the assignee but also interested parties.
#15056 opened Jan 12, 2025 by AudaciousAxiom Loading…
Option to set default authors for cargo new|init 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` Command-init Command-new S-triage Status: This issue is waiting on initial triage.
#15027 opened Jan 7, 2025 by Kladki
fix: add error message for github PR url in dep A-manifest Area: Cargo.toml issues S-waiting-on-review Status: Awaiting review from the assignee but also interested parties.
#15003 opened Jan 2, 2025 by joshka Loading…
Added logic to preserve carriage returns when updating the manifest file A-manifest Area: Cargo.toml issues S-waiting-on-review Status: Awaiting review from the assignee but also interested parties.
#14983 opened Dec 26, 2024 by ranger-ross Loading…
"Caused By" error on missing relative dependency could be clearer A-diagnostics Area: Error and warning messages generated by Cargo itself. A-manifest Area: Cargo.toml issues C-bug Category: bug S-needs-design Status: Needs someone to work further on the design for the feature or fix. NOT YET accepted.
#14924 opened Dec 11, 2024 by spease
Cargo dependency cannot recognize ~ as home path in dependency's path field A-manifest Area: Cargo.toml issues C-enhancement Category: enhancement S-needs-info Status: Needs more info, such as a reproduction or more background for a feature request.
#14882 opened Dec 2, 2024 by eval-exec
Incorrect documentation for default-features in workspace dependencies A-documenting-cargo-itself Area: Cargo's documentation A-features Area: features — conditional compilation A-manifest Area: Cargo.toml issues A-workspace-inheritance Area: workspace inheritance RFC 2906 S-needs-design Status: Needs someone to work further on the design for the feature or fix. NOT YET accepted.
#14841 opened Nov 20, 2024 by konstin
feat: make package, manifest and virtualManfest sync by using Arc not Rc A-manifest Area: Cargo.toml issues S-waiting-on-review Status: Awaiting review from the assignee but also interested parties.
#14837 opened Nov 19, 2024 by washanhanzi Draft
support feature gated package metadata A-features Area: features — conditional compilation 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-info Status: Needs more info, such as a reproduction or more background for a feature request.
#14770 opened Nov 1, 2024 by nfejzic
Implement RFC3695: Allow boolean literals as cfg predicates A-cfg-expr Area: Platform cfg expressions A-documenting-cargo-itself Area: Cargo's documentation A-manifest Area: Cargo.toml issues A-unstable Area: nightly unstable support S-blocked-external Status: ❌ blocked on something out of the direct control of the Cargo project, e.g., upstream fix S-waiting-on-author Status: The marked PR is awaiting some action (such as code changes) from the PR author.
#14649 opened Oct 6, 2024 by Urgau Loading…
[lints] table reason A-lints-table Area: [lints] table 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-triage Status: This issue is waiting on initial triage.
#14521 opened Sep 9, 2024 by richardscollin
Tracking Issue for path-bases A-manifest Area: Cargo.toml issues C-tracking-issue Category: A tracking issue for something unstable.
#14355 opened Aug 5, 2024 by dpaoliello
10 tasks
Use the same version of a transitive dependency 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-blocked-external Status: ❌ blocked on something out of the direct control of the Cargo project, e.g., upstream fix S-needs-design Status: Needs someone to work further on the design for the feature or fix. NOT YET accepted.
#14316 opened Jul 29, 2024 by dev-ardi
Tracking Issue for feature-metadata A-features Area: features — conditional compilation A-manifest Area: Cargo.toml 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
#14157 opened Jun 27, 2024 by epage
Add capability of making breaking changes in update --precise A-cli Area: Command-line interface, option parsing, etc. A-manifest Area: Cargo.toml issues A-semver Area: semver specifications, version matching, etc. A-testing-cargo-itself Area: cargo's tests A-unstable Area: nightly unstable support Command-update S-waiting-on-review Status: Awaiting review from the assignee but also interested parties.
#14140 opened Jun 25, 2024 by torhovland Draft
non-blocking build error reported in example code since 0d62ae2 A-diagnostics Area: Error and warning messages generated by Cargo itself. A-manifest Area: Cargo.toml issues C-bug Category: bug regression-from-stable-to-stable Regression in stable that worked in a previous stable release. S-needs-design Status: Needs someone to work further on the design for the feature or fix. NOT YET accepted.
#13724 opened Apr 8, 2024 by ckoehler
Next step for deprecations in Cargo A-cli Area: Command-line interface, option parsing, etc. A-edition-next Area: may require a breaking change over an edition A-manifest Area: Cargo.toml issues C-cleanup Category: cleanup within the codebase S-accepted Status: Issue or feature is accepted, and has a team member available to help mentor or review
#13629 opened Mar 22, 2024 by weihanglo
4 of 13 tasks
Allow manifest dependencies of same-workspace crates to use workspace = true A-manifest Area: Cargo.toml issues A-workspace-inheritance Area: workspace inheritance RFC 2906 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.
#13453 opened Feb 16, 2024 by CinchBlue
Ignore errors when declaring a registry on path dependency A-manifest Area: Cargo.toml issues S-waiting-on-author Status: The marked PR is awaiting some action (such as code changes) from the PR author.
#12807 opened Oct 11, 2023 by w4 Draft
Tracking Issue: Exposing RUSTFLAGS in cargo A-configuration Area: cargo config files and env vars A-manifest Area: Cargo.toml issues A-rustflags Area: rustflags C-tracking-issue Category: A tracking issue for something unstable.
#12739 opened Sep 26, 2023 by epage
1 of 6 tasks
Tracking Issue: Support project-specific config in manifest A-configuration Area: cargo config files and env vars A-manifest Area: Cargo.toml issues C-tracking-issue Category: A tracking issue for something unstable.
#12738 opened Sep 26, 2023 by epage
5 tasks
Make package.name optional 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.
#12689 opened Sep 18, 2023 by epage
Error when a manifest uses syntax newer than its MSRV 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-info Status: Needs more info, such as a reproduction or more background for a feature request.
#12455 opened Aug 6, 2023 by Muscraft
Support [target.'cfg(...)'.lib] sections A-cargo-targets Area: selection and definition of targets (lib, bins, examples, tests, benches) A-crate-types Area: crate-type declaration (lib, staticlib, dylib, cdylib, etc.) 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` E-hard Experience: Hard S-needs-design Status: Needs someone to work further on the design for the feature or fix. NOT YET accepted.
#12260 opened Jun 13, 2023 by mcclure
ProTip! Type g i on any issue or pull request to go back to the issue listing page.