-
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
Implement Area: Cargo.lock issues
A-workspaces
Area: workspaces
S-waiting-on-review
Status: Awaiting review from the assignee but also interested parties.
Z-build-std
Nightly: build-std
--locked
for build-std
A-lockfile
#14589
opened Sep 24, 2024 by
adamgemmell
Loading…
fix(update): don't reuse a previously locked dependency if multiple major versions are compatible
A-dependency-resolution
Area: dependency resolution and the resolver
A-lockfile
Area: Cargo.lock issues
A-registries
Area: registries
S-waiting-on-review
Status: Awaiting review from the assignee but also interested parties.
#14582
opened Sep 23, 2024 by
stormshield-kg
Loading…
Tracking Issue for Area: Cargo.lock issues
C-tracking-issue
Category: A tracking issue for something unstable.
S-accepted
Status: Issue or feature is accepted, and has a team member available to help mentor or review
S-waiting-on-feedback
Status: An implemented feature is waiting on community feedback for bugs or design concerns.
--lockfile-path
A-lockfile
#14421
opened Aug 18, 2024 by
weihanglo
2 of 5 tasks
Different git shas for the same git repo in Cargo.lock silently ignored
A-git
Area: anything dealing with git
A-lockfile
Area: Cargo.lock issues
C-bug
Category: bug
S-needs-design
Status: Needs someone to work further on the design for the feature or fix. NOT YET accepted.
#14230
opened Jul 10, 2024 by
liskin
Odd behaviour for non-precise git dependencies in Cargo.lock
A-diagnostics
Area: Error and warning messages generated by Cargo itself.
A-git
Area: anything dealing with git
A-lockfile
Area: Cargo.lock issues
C-bug
Category: bug
S-needs-design
Status: Needs someone to work further on the design for the feature or fix. NOT YET accepted.
#13300
opened Jan 15, 2024 by
espindola
Cargo always uses LF line endings for Cargo.lock even if CRLF were present
A-lockfile
Area: Cargo.lock issues
C-bug
Category: bug
E-easy
Experience: Easy
S-needs-info
Status: Needs more info, such as a reproduction or more background for a feature request.
#12897
opened Oct 30, 2023 by
jder
Unused path dependency patches don't emit warning or show up in lock file on update
A-diagnostics
Area: Error and warning messages generated by Cargo itself.
A-lockfile
Area: Cargo.lock issues
A-patch
Area: [patch] table override
C-bug
Category: bug
E-medium
Experience: Medium
S-needs-design
Status: Needs someone to work further on the design for the feature or fix. NOT YET accepted.
#12464
opened Aug 7, 2023 by
alcolmenar
Features and bugs that might need a bump of Cargo.lock version
A-lockfile
Area: Cargo.lock issues
C-bug
Category: bug
S-needs-team-input
Status: Needs input from team on whether/how to proceed.
#12120
opened May 10, 2023 by
weihanglo
Disabled optional weak dependencies end up in Area: issues specifically related to the v2 feature resolver
A-lockfile
Area: Cargo.lock issues
C-bug
Category: bug
S-needs-design
Status: Needs someone to work further on the design for the feature or fix. NOT YET accepted.
Cargo.lock
A-features2
#10801
opened Jun 30, 2022 by
jonasbb
Unavoidable Cargo.lock package collision occurs if path dependencies share same name and version
A-lockfile
Area: Cargo.lock issues
S-needs-team-input
Status: Needs input from team on whether/how to proceed.
#10353
opened Jan 31, 2022 by
jagunter
'cargo metadata' fails on read-only file system
A-lockfile
Area: Cargo.lock issues
C-feature-request
Category: proposal for a feature. Before PR, ping rust-lang/cargo if this is not `Feature accepted`
Command-metadata
S-triage
Status: This issue is waiting on initial triage.
#10096
opened Nov 18, 2021 by
RalfJung
cargo install --locked
is not really locked
A-lockfile
#9289
opened Mar 19, 2021 by
ehuss
Cargo fails to compile a crate if it's included multiple times at different paths
A-dependency-resolution
Area: dependency resolution and the resolver
A-lockfile
Area: Cargo.lock issues
C-bug
Category: bug
S-needs-team-input
Status: Needs input from team on whether/how to proceed.
#8639
opened Aug 21, 2020 by
sam-ka
--locked doesn't prevent removing crates from workspace
A-lockfile
Area: Cargo.lock issues
A-workspaces
Area: workspaces
C-bug
Category: bug
S-needs-design
Status: Needs someone to work further on the design for the feature or fix. NOT YET accepted.
#8399
opened Jun 23, 2020 by
C4K3
cargo generate-lockfile doesn't give a working lockfile in some situations
A-dependency-resolution
Area: dependency resolution and the resolver
A-lockfile
Area: Cargo.lock issues
C-bug
Category: bug
S-needs-design
Status: Needs someone to work further on the design for the feature or fix. NOT YET accepted.
#8302
opened Jun 1, 2020 by
Nemo157
cargo update --format-only
A-lockfile
Area: Cargo.lock issues
C-feature-request
Category: proposal for a feature. Before PR, ping rust-lang/cargo if this is not `Feature accepted`
Command-update
S-needs-design
Status: Needs someone to work further on the design for the feature or fix. NOT YET accepted.
#7496
opened Oct 9, 2019 by
joshtriplett
Create checksum from more reproducible artifact
A-caching
Area: caching of dependencies, repositories, and build artifacts
A-interacts-with-crates.io
Area: interaction with registries
A-lockfile
Area: Cargo.lock issues
S-needs-design
Status: Needs someone to work further on the design for the feature or fix. NOT YET accepted.
#7212
opened Aug 5, 2019 by
est31
Allow specifying a set of supported target platforms in Cargo.toml
A-cargo-targets
Area: selection and definition of targets (lib, bins, examples, tests, benches)
A-lockfile
Area: Cargo.lock issues
A-manifest
Area: Cargo.toml issues
A-workspaces
Area: workspaces
C-feature-request
Category: proposal for a feature. Before PR, ping rust-lang/cargo if this is not `Feature accepted`
Command-vendor
S-needs-rfc
Status: Needs an RFC to make progress.
#6179
opened Oct 16, 2018 by
luser
Cargo.lock contains project's own version, unnecessarily
A-lockfile
Area: Cargo.lock issues
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.
#5979
opened Sep 5, 2018 by
kornelski
Don't require existence of dependencies not needed for the current --target
A-dependency-resolution
Area: dependency resolution and the resolver
A-lockfile
Area: Cargo.lock issues
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.
#5896
opened Aug 15, 2018 by
infinity0
Cargo time machine (generate lock files based on old registry state)
A-interacts-with-crates.io
Area: interaction with registries
A-lockfile
Area: Cargo.lock issues
C-feature-request
Category: proposal for a feature. Before PR, ping rust-lang/cargo if this is not `Feature accepted`
Command-generate-lockfile
S-needs-design
Status: Needs someone to work further on the design for the feature or fix. NOT YET accepted.
#5221
opened Mar 21, 2018 by
est31
Add flag to allow Cargo to create a lock file that depends on yanked crates
A-dependency-resolution
Area: dependency resolution and the resolver
A-lockfile
Area: Cargo.lock issues
A-yanked
Area: yanked dependencies
C-feature-request
Category: proposal for a feature. Before PR, ping rust-lang/cargo if this is not `Feature accepted`
E-medium
Experience: Medium
S-accepted
Status: Issue or feature is accepted, and has a team member available to help mentor or review
#4225
opened Jun 26, 2017 by
retep998
ProTip!
Adding no:label will show everything without a label.