-
Notifications
You must be signed in to change notification settings - Fork 2.5k
Issues: rust-lang/cargo
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
Label
Projects
Milestones
Assignee
Sort
Issues list
Tracking Issue for deprecating per-build-target 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.
edition
field
A-edition-next
#15283
opened Mar 8, 2025 by
ehuss
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 Area: registry authentication and authorization (authn authz)
C-bug
Category: bug
Command-publish
S-triage
Status: This issue is waiting on initial triage.
cargo publish --token
?
A-registry-authentication
#15274
opened Mar 6, 2025 by
epage
Cargo needs network access if a library's build script calls 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.
cargo metadata
since 1.84
A-build-scripts
#15272
opened Mar 6, 2025 by
weihanglo
Multiple simultaneous 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.
cargo build
s that depend on the same git repo can fail
A-git
#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 Error: Duplicate Dependencies with Different Names and Versions Using Wildcard Version Selector
A-dependency-resolution
Area: dependency resolution and the resolver
C-bug
Category: bug
S-triage
Status: This issue is waiting on initial triage.
#15261
opened Mar 4, 2025 by
baoyachi
cargo build --benches
also builds tests target for the crate
C-bug
#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
link-search-path doesn't have a way to specify priority / doesn't auto deprioritize OS link paths
A-build-scripts
Area: build.rs scripts
A-linkage
Area: linker issues, dylib, cdylib, shared libraries, so
C-bug
Category: bug
S-accepted
Status: Issue or feature is accepted, and has a team member available to help mentor or review
#15220
opened Feb 21, 2025 by
vlovich
Add doc comments and doctests to 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.
lib.rs
generated by cargo init
C-feature-request
#15210
opened Feb 20, 2025 by
sorairolake
Recompilation regression on cdylib on toolchain mixing
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.
#15209
opened Feb 20, 2025 by
mayeul-zama
Cargo should detect changes of Area: rebuild detection and fingerprinting
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.
RUSTC_LOG
A-rebuild-detection
#15194
opened Feb 17, 2025 by
oriongonza
cargo cannot read from local Git repositories with reftable
A-git
Area: anything dealing with git
C-bug
Category: bug
S-blocked-external
Status: ❌ blocked on something out of the direct control of the Cargo project, e.g., upstream fix
#15184
opened Feb 14, 2025 by
bk2204
cargo test shouldn't build crates that don't contain tests
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.
#15183
opened Feb 13, 2025 by
oriongonza
Automatically register workspace members in Category: proposal for a feature. Before PR, ping rust-lang/cargo if this is not `Feature accepted`
Command-new
S-blocked-external
Status: ❌ blocked on something out of the direct control of the Cargo project, e.g., upstream fix
workspace.dependencies
in cargo new
C-feature-request
#15180
opened Feb 13, 2025 by
epage
ProcessBuilder Allow Use of Area: cargo-the-library API and internal code issues
C-bug
Category: bug
S-needs-info
Status: Needs more info, such as a reproduction or more background for a feature request.
raw_arg
for Command
on specific platforms
A-cargo-api
#15179
opened Feb 13, 2025 by
jonatino
add a flag to 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.
cargo add
to make it show all features
C-feature-request
#15178
opened Feb 13, 2025 by
yshui
Not enough information when compiling multiple targets
A-cross-compiling
Area: using --target flag for other platforms
A-diagnostics
Area: Error and warning messages generated by Cargo itself.
S-triage
Status: This issue is waiting on initial triage.
#15177
opened Feb 12, 2025 by
ehuss
Cargo errors out when build script is not checked into git repository
A-build-scripts
Area: build.rs scripts
A-git
Area: anything dealing with git
A-rebuild-detection
Area: rebuild detection and fingerprinting
C-bug
Category: bug
S-triage
Status: This issue is waiting on initial triage.
#15174
opened Feb 12, 2025 by
msrd0
Offer different allocator options for building Cargo itself
A-cargo-api
Area: cargo-the-library API and internal code issues
C-feature-request
Category: proposal for a feature. Before PR, ping rust-lang/cargo if this is not `Feature accepted`
Performance
Gotta go fast!
S-needs-info
Status: Needs more info, such as a reproduction or more background for a feature request.
#15171
opened Feb 11, 2025 by
weihanglo
Workspace root detection can print warnings without context
A-diagnostics
Area: Error and warning messages generated by Cargo itself.
C-bug
Category: bug
S-triage
Status: This issue is waiting on initial triage.
#15167
opened Feb 10, 2025 by
ehuss
Previous Next
ProTip!
no:milestone will show everything without a milestone.