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

Allow specifying pull request deps using the github PR link A-crate-dependencies Area: [dependencies] of any kind A-diagnostics Area: Error and warning messages generated by Cargo itself. A-git Area: anything dealing with git A-patch Area: [patch] table override 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.
#15001 opened Jan 2, 2025 by joshka
Loading of a git source is slow due to manifest parsing A-crate-dependencies Area: [dependencies] of any kind A-git Area: anything dealing with git A-patch Area: [patch] table override C-enhancement Category: enhancement Performance Gotta go fast! S-needs-design Status: Needs someone to work further on the design for the feature or fix. NOT YET accepted.
#14395 opened Aug 13, 2024 by epage
Develop against local-only packages without ../../ or absolute paths in dependencies A-crate-dependencies Area: [dependencies] of any kind A-local-registry-source Area: local registry sources (vendoring) 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.
#13708 opened Apr 5, 2024 by owl-from-hogvarts
Walk path repository until dependency is found rather than requiring it to be at the repository root as done for git A-crate-dependencies Area: [dependencies] of any kind 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.
#13360 opened Jan 28, 2024 by jpedrick
Proposal: Adding a prune command/flag to the cargo CLI A-crate-dependencies Area: [dependencies] of any kind 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
#13234 opened Jan 2, 2024 by coillteoir
Support tag/branch & rev at the same time for git dependencies A-crate-dependencies Area: [dependencies] of any kind A-git Area: anything dealing with git 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.
#13142 opened Dec 8, 2023 by dpc
Support ~ in path for dependencies A-crate-dependencies Area: [dependencies] of any kind 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.
#12874 opened Oct 24, 2023 by Wasabi375
Adding a registry and version to a local dependency causes dependents over Git to attempt to pull the registry by name A-crate-dependencies Area: [dependencies] of any kind A-registries Area: registries C-bug Category: bug S-needs-design Status: Needs someone to work further on the design for the feature or fix. NOT YET accepted.
#12272 opened Jun 14, 2023 by w4
"unable to get packages from source" due to SourceId hash collision A-crate-dependencies Area: [dependencies] of any kind A-git Area: anything dealing with git C-bug Category: bug S-needs-design Status: Needs someone to work further on the design for the feature or fix. NOT YET accepted.
#12233 opened Jun 5, 2023 by jmpesp
Git dependency with a path into a sub-folder location A-crate-dependencies Area: [dependencies] of any kind A-git Area: anything dealing with git 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.
#11858 opened Mar 15, 2023 by ojacobson
Can't publish to our crates registry if git is also specified A-crate-dependencies Area: [dependencies] of any kind A-git Area: anything dealing with git A-registries Area: registries 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.
#10875 opened Jul 17, 2022 by luciusmagn
cargo guide: guidance around selecting the version of a dependency? A-crate-dependencies Area: [dependencies] of any kind A-documenting-cargo-itself Area: Cargo's documentation C-feature-request 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.
#10624 opened May 2, 2022 by kevinushey
Specify version of dependency once and platform specific features later A-crate-dependencies Area: [dependencies] of any kind 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.
#9510 opened May 26, 2021 by MarnixKuijs
Support for bin build-dependency A-crate-dependencies Area: [dependencies] of any kind 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.
#8873 opened Nov 19, 2020 by Ofenhed
If you depend on a binary then commands are inconsistent A-crate-dependencies Area: [dependencies] of any kind 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.
#8708 opened Sep 16, 2020 by Eh2406
Project Layout Advice A-crate-dependencies Area: [dependencies] of any kind A-cross-compiling Area: using --target flag for other platforms S-triage Status: This issue is waiting on initial triage.
#8633 opened Aug 18, 2020 by npmccallum
Split dependencies into dynamic libarires A-crate-dependencies Area: [dependencies] of any kind A-linkage Area: linker issues, dylib, cdylib, shared libraries, so 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.
#8438 opened Jul 2, 2020 by carbotaniuman
specifying different versions in unconditional and target-specific dependency sections causes "multiple rmeta candidates" error A-crate-dependencies Area: [dependencies] of any kind A-diagnostics Area: Error and warning messages generated by Cargo itself. A-target-dependencies Area: [target.'cfg(foo)'.dependencies] C-bug Category: bug S-needs-design Status: Needs someone to work further on the design for the feature or fix. NOT YET accepted.
#8032 opened Mar 23, 2020 by sunshowers
Support runtime executable dependencies. A-crate-dependencies Area: [dependencies] of any kind C-feature-request Category: proposal for a feature. Before PR, ping rust-lang/cargo if this is not `Feature accepted` Command-install S-needs-design Status: Needs someone to work further on the design for the feature or fix. NOT YET accepted. Z-bindeps Nightly: binary artifact dependencies
#7971 opened Mar 5, 2020 by nathan-at-least
cargo build with a build-dependency that is a cdylib results in a warning A-crate-dependencies Area: [dependencies] of any kind A-linkage Area: linker issues, dylib, cdylib, shared libraries, so S-needs-design Status: Needs someone to work further on the design for the feature or fix. NOT YET accepted.
#7825 opened Jan 24, 2020 by turtleslow
Having a *-sys crate depending on rust "staticlib" crate A-crate-dependencies Area: [dependencies] of any kind A-linkage Area: linker issues, dylib, cdylib, shared libraries, so 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.
#7524 opened Oct 18, 2019 by Geobert
Cargo should reference git dependencies by commit hash instead of url A-crate-dependencies Area: [dependencies] of any kind A-git Area: anything dealing with git 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.
#7497 opened Oct 9, 2019 by brenzi
Want config option for definitively specifying local crate paths A-configuration Area: cargo config files and env vars A-crate-dependencies Area: [dependencies] of any kind 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.
#6713 opened Mar 3, 2019 by ijackson
Support depending on crates with any case of the original name A-crate-dependencies Area: [dependencies] of any kind C-feature-request Category: proposal for a feature. Before PR, ping rust-lang/cargo if this is not `Feature accepted` S-propose-close Status: A team member has nominated this for closing, pending further input from the team
#5678 opened Jul 3, 2018 by carols10cents
Add a method for a dependency to 'push' an artifact up the dependency tree A-crate-dependencies Area: [dependencies] of any kind C-feature-request Category: proposal for a feature. Before PR, ping rust-lang/cargo if this is not `Feature accepted` S-needs-rfc Status: Needs an RFC to make progress.
#5644 opened Jun 21, 2018 by zacps
ProTip! Updated in the last three days: updated:>2025-02-03.