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
Label
Filter by label
Use alt + click/return to exclude labels
or + click/return for logical OR
Projects
Filter by project
Milestones
Filter by milestone
Assignee
Filter by who’s assigned
Sort

Issues list

Replacment of - vs _ in package names inconsistent A-cargo-targets Area: selection and definition of targets (lib, bins, examples, tests, benches) A-documenting-cargo-itself Area: Cargo's documentation S-needs-mentor Status: Issue or feature is accepted, but needs a team member to commit to helping and reviewing.
#13541 opened Mar 5, 2024 by nuke-web3
Config support for controlling MSRV-aware resolver A-configuration Area: cargo config files and env vars A-dependency-resolution Area: dependency resolution and the resolver C-enhancement Category: enhancement
#13540 opened Mar 5, 2024 by epage
When crates.io gives 429, cargo should back off and retry later A-interacts-with-crates.io Area: interaction with registries A-networking Area: networking issues, curl, etc. A-registries Area: registries C-bug Category: bug Command-publish S-needs-team-input Status: Needs input from team on whether/how to proceed.
#13530 opened Mar 4, 2024 by ijackson
cargo clippy and cargo clippy --fix --allow-dirty have different reports C-bug Category: bug S-needs-info Status: Needs more info, such as a reproduction or more background for a feature request.
#13527 opened Mar 4, 2024 by hi-rustin
Cargo can't compile crates when under NTFS on Linux A-filesystem Area: issues with filesystems C-bug Category: bug O-linux OS: Linux S-triage Status: This issue is waiting on initial triage.
#13526 opened Mar 4, 2024 by emanuelfranklyn
add --nocapture for build-scripts A-build-scripts Area: build.rs scripts C-feature-request Category: proposal for a feature. Before PR, ping rust-lang/cargo if this is not `Feature accepted` S-needs-design Status: Needs someone to work further on the design for the feature or fix. NOT YET accepted.
#13524 opened Mar 3, 2024 by A4-Tacks
allow cargo --profile debug for simpler Makefiles A-layout Area: target output directory layout, naming, and organization 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.
#13495 opened Feb 27, 2024 by lolbinarycat
provide a way to not download tests/, examples and other such common directories C-feature-request Category: proposal for a feature. Before PR, ping rust-lang/cargo if this is not `Feature accepted` Command-package Command-publish S-needs-design Status: Needs someone to work further on the design for the feature or fix. NOT YET accepted.
#13491 opened Feb 26, 2024 by poliorcetics
Cargo doesn't respect dependency renaming when using --package flag for running examples C-bug Category: bug S-needs-info Status: Needs more info, such as a reproduction or more background for a feature request.
#13487 opened Feb 24, 2024 by mawallace
Providing path to originally selected manifest file 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.
#13484 opened Feb 23, 2024 by wmmc88
Linking fails with duplicate symbols during cargo test but succeeds with cargo build C-bug Category: bug S-needs-info Status: Needs more info, such as a reproduction or more background for a feature request.
#13477 opened Feb 22, 2024 by driverxdw
Cargo doesn't start after incorrect command (cached artifacts?) A-caching Area: caching of dependencies, repositories, and build artifacts C-bug Category: bug Command-clippy S-needs-info Status: Needs more info, such as a reproduction or more background for a feature request.
#13475 opened Feb 21, 2024 by nyurik
cargo vendor should offer the ability to omit the tests/ directory C-feature-request Category: proposal for a feature. Before PR, ping rust-lang/cargo if this is not `Feature accepted` Command-vendor S-needs-design Status: Needs someone to work further on the design for the feature or fix. NOT YET accepted.
#13474 opened Feb 21, 2024 by joshlf
Expose host and target sysroot to build scripts. 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.
#13473 opened Feb 21, 2024 by c272
Native build on aarch64 is different than on x86 C-bug Category: bug S-needs-info Status: Needs more info, such as a reproduction or more background for a feature request.
#13471 opened Feb 21, 2024 by isbm
cargo add: "failed to persist temporary file: Text file busy" on vboxsf (Linux guest Windows host) A-filesystem Area: issues with filesystems C-bug Category: bug Command-add O-windows OS: Windows S-needs-info Status: Needs more info, such as a reproduction or more background for a feature request.
#13462 opened Feb 20, 2024 by lkantola
Be able to disable the certificate verification in the curl library 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.
#13460 opened Feb 19, 2024 by T00mm
unable to connect to index.crates.io A-interacts-with-crates.io Area: interaction with registries A-networking Area: networking issues, curl, etc. C-bug Category: bug S-needs-info Status: Needs more info, such as a reproduction or more background for a feature request.
#13457 opened Feb 18, 2024 by R-Goc
log level for os error is set to INFO level A-caching Area: caching of dependencies, repositories, and build artifacts C-bug Category: bug S-needs-team-input Status: Needs input from team on whether/how to proceed.
#13454 opened Feb 17, 2024 by argnmp
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
cargo test: option to run all tests under the same binary A-cargo-targets Area: selection and definition of targets (lib, bins, examples, tests, benches) C-feature-request Category: proposal for a feature. Before PR, ping rust-lang/cargo if this is not `Feature accepted` Command-test S-needs-design Status: Needs someone to work further on the design for the feature or fix. NOT YET accepted.
#13450 opened Feb 16, 2024 by Astlaan
Heuristics to include Cargo.lock or not in a package are suboptimal C-bug Category: bug Command-package Command-publish S-needs-team-input Status: Needs input from team on whether/how to proceed.
#13447 opened Feb 16, 2024 by sdroege
Potential locking issue on macOS C-bug Category: bug O-macos OS: macOS S-needs-info Status: Needs more info, such as a reproduction or more background for a feature request.
#13445 opened Feb 15, 2024 by samuelsleight
include_str! does not work in cargo script if there are dependencies C-bug Category: bug S-blocked-external Status: ❌ blocked on something out of the direct control of the Cargo project, e.g., upstream fix Z-script Nightly: cargo script
#13440 opened Feb 14, 2024 by usamoi
ProTip! What’s not been updated in a month: updated:<2024-05-03.