Skip to content

Commit fcfaa2a

Browse files
committed
RFC <-> cargo update incompat
1 parent 8ce1563 commit fcfaa2a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,9 @@ The issue here is that cargo will not unify a pre-release version with a stable
132132
If the crate being updated is used pervasively this will more than likely cause a resolver error.
133133
This makes this alternative unfit for our [motivation].
134134

135+
The [accepted proposal](https://github.com/rust-lang/cargo/issues/12425) is affected by this RFC,
136+
insofar as it will not update the `Cargo.toml` in cases when the pre-release can be considered compatible for upgrade in `Cargo.lock`.
137+
135138
## Pre-releases in `Cargo.toml`
136139

137140
Another alternative would be to resolve pre-release versions in `Cargo.toml`s even when another dependency specifies a stable version.

0 commit comments

Comments
 (0)