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 -Zrustdoc-depinfo A-rebuild-detection Area: rebuild detection and fingerprinting C-tracking-issue Category: A tracking issue for something unstable. Command-doc S-waiting-on-feedback Status: An implemented feature is waiting on community feedback for bugs or design concerns.
#15370 opened Mar 31, 2025 by weihanglo
1 task
allow specifying build-std on workspace members 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. Z-bindeps Nightly: binary artifact dependencies Z-build-std Nightly: build-std
#15365 opened Mar 29, 2025 by tsatke
cargo add -p crates-io-crate could be clearer about what's wrong A-cli Area: Command-line interface, option parsing, etc. C-feature-request Category: proposal for a feature. Before PR, ping rust-lang/cargo if this is not `Feature accepted` Command-add S-needs-design Status: Needs someone to work further on the design for the feature or fix. NOT YET accepted.
#15363 opened Mar 28, 2025 by kornelski
Cannot compile crate with cargo <1.71 if any crate in workspace depends on a crate that uses dep: syntax A-lockfile Area: Cargo.lock issues A-manifest Area: Cargo.toml issues A-workspaces Area: workspaces C-bug Category: bug S-needs-rfc Status: Needs an RFC to make progress.
#15360 opened Mar 28, 2025 by nicoburns
Cargo should not use rustc cache results (.rustc_info.json) for failures A-caching Area: caching of dependencies, repositories, and build artifacts C-bug Category: bug S-triage Status: This issue is waiting on initial triage.
#15358 opened Mar 28, 2025 by tomoverlund
Tracking Issue for JSON output format of cargo package --list A-json-output Area: JSON message output C-tracking-issue Category: A tracking issue for something unstable. Command-package S-waiting-on-feedback Status: An implemented feature is waiting on community feedback for bugs or design concerns.
#15353 opened Mar 26, 2025 by weihanglo
5 tasks
default .gitignore from cargo new should explicitly exclude vendor/ A-vcs Area: general VCS 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 Command-vendor S-triage Status: This issue is waiting on initial triage.
#15352 opened Mar 26, 2025 by jyn514
Cargo Internal Error C-bug Category: bug S-triage Status: This issue is waiting on initial triage.
#15351 opened Mar 26, 2025 by bryanlesmart
Clobbering of environment variables during recursive invocations of cargo A-configuration Area: cargo config files and env vars A-cross-compiling Area: using --target flag for other platforms C-feature-request Category: proposal for a feature. Before PR, ping rust-lang/cargo if this is not `Feature accepted` Command-run S-triage Status: This issue is waiting on initial triage.
#15350 opened Mar 25, 2025 by ratmice
cargo install --git accepts malformed URL with #, discards it for cloning, then re-adds it into crates.toml A-git Area: anything dealing with git C-bug Category: bug S-triage Status: This issue is waiting on initial triage.
#15336 opened Mar 20, 2025 by nabijaczleweli
Unhelpful error message when instaling from git: "invalid argument: 'port'; class=Invalid (3)" A-git Area: anything dealing with git C-bug Category: bug S-triage Status: This issue is waiting on initial triage.
#15335 opened Mar 20, 2025 by tbu-
Allow profiles to set -Cforce-frame-pointers A-profiles Area: profiles C-feature-request Category: proposal for a feature. Before PR, ping rust-lang/cargo if this is not `Feature accepted` S-accepted Status: Issue or feature is accepted, and has a team member available to help mentor or review
#15333 opened Mar 19, 2025 by davidlattimore
Cargo fails to create any project on systems with an automounter A-workspaces Area: workspaces C-bug Category: bug S-triage Status: This issue is waiting on initial triage.
#15327 opened Mar 19, 2025 by samfux84
Support examples with their own Cargo.toml files A-examples Area: example targets 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.
#15324 opened Mar 18, 2025 by jbethune
Subdependecy source is referring to crates.io when vendored alternative registry C-bug Category: bug S-triage Status: This issue is waiting on initial triage.
#15323 opened Mar 18, 2025 by koxu1996
When discovering a workspace that excludes the current package, newer or unstable features cause a spurious failure A-manifest Area: Cargo.toml issues A-workspaces Area: workspaces C-bug Category: bug S-triage Status: This issue is waiting on initial triage.
#15320 opened Mar 17, 2025 by manifest
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 build --features "X" doesn't update binary mtime when list of features change A-build-system Area: build system integration A-rebuild-detection Area: rebuild detection and fingerprinting C-bug Category: bug S-needs-design Status: Needs someone to work further on the design for the feature or fix. NOT YET accepted.
#15313 opened Mar 15, 2025 by schultetwin1
More helpful error message for unsupported editions: display the required rust-version 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.
#15305 opened Mar 13, 2025 by tarcieri
Improve error message when wrong package found in a path dependency A-crate-dependencies Area: [dependencies] of any kind A-diagnostics Area: Error and warning messages generated by Cargo itself. S-accepted Status: Issue or feature is accepted, and has a team member available to help mentor or review
#15296 opened Mar 11, 2025 by ehuss
Tracking Issue for deprecating per-build-target edition field A-edition-next Area: may require a breaking change over an edition A-editions Area: edition-specific issues C-tracking-issue Category: A tracking issue for something unstable.
#15283 opened Mar 8, 2025 by ehuss
2 of 3 tasks
support individual self signed certificates A-networking Area: networking issues, curl, etc. 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.
#15278 opened Mar 7, 2025 by aep-sunlife
documentation recommends deprecated filenames C-bug Category: bug S-triage Status: This issue is waiting on initial triage.
#15277 opened Mar 7, 2025 by aep-sunlife
Deprecate cargo publish --token? A-registry-authentication Area: registry authentication and authorization (authn authz) C-bug Category: bug Command-publish S-triage Status: This issue is waiting on initial triage.
#15274 opened Mar 6, 2025 by epage
ProTip! Add no:assignee to see everything that’s not assigned.