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

default .gitignore from cargo new should explicitly exclude vendor/ 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.
#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
flag to specify an environment variable prefix for recursive invocations of cargo 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.
#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-needs-team-input Status: Needs input from team on whether/how to proceed.
#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
Cargo needs network access if a library's build script calls cargo metadata since 1.84 A-build-scripts Area: build.rs scripts A-offline Area: offline mode C-bug Category: bug Command-metadata S-triage Status: This issue is waiting on initial triage.
#15272 opened Mar 6, 2025 by weihanglo
Multiple simultaneous cargo builds that depend on the same git repo can fail A-git Area: anything dealing with git C-bug Category: bug S-needs-info Status: Needs more info, such as a reproduction or more background for a feature request.
#15267 opened Mar 5, 2025 by jgopel
Profiles for non root package C-bug Category: bug S-triage Status: This issue is waiting on initial triage.
#15262 opened Mar 4, 2025 by Ghamza-Jd
cargo build --benches also builds tests target for the crate C-bug Category: bug S-triage Status: This issue is waiting on initial triage.
#15258 opened Mar 3, 2025 by GuillaumeLagrange
cargo cannot merge crates with the same lockfile commit and rev commit hash C-bug Category: bug S-needs-info Status: Needs more info, such as a reproduction or more background for a feature request.
#15252 opened Mar 1, 2025 by Redhawk18
cargo add overwrites a symlink Cargo.toml C-bug Category: bug Command-add S-triage Status: This issue is waiting on initial triage.
#15241 opened Feb 27, 2025 by Axlefublr
cargo test --lib should not error when no lib is present C-feature-request Category: proposal for a feature. Before PR, ping rust-lang/cargo if this is not `Feature accepted` Command-test S-triage Status: This issue is waiting on initial triage.
#15231 opened Feb 24, 2025 by iamroot99
ProTip! Exclude everything labeled bug with -label:bug.