Skip to content

Commit ffc3474

Browse files
committed
Add cargo-upgrade as prior art
1 parent d69bf5b commit ffc3474

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

text/3493-precise-pre-release-cargo-update.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -158,6 +158,11 @@ Implementation-wise, this is very similar to how yanked packages work.
158158
The only difference being that `--precise` does not allow overriding the "ignore yank" behavior
159159
(though [it is desired by some](https://github.com/rust-lang/cargo/issues/4225)).
160160

161+
For `--precise` forcing a version through, we have precedence in
162+
[an approved-but-not-implemented proposal](https://github.com/rust-lang/cargo/issues/12425)
163+
for `cargo update --precise` for incompatible versions to force its way
164+
through by modifying `Cargo.toml`.
165+
161166
# Unresolved questions
162167
[unresolved-questions]: #unresolved-questions
163168

0 commit comments

Comments
 (0)