We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ce1563 commit fcfaa2aCopy full SHA for fcfaa2a
text/3493-precise-pre-release-cargo-update.md
@@ -132,6 +132,9 @@ The issue here is that cargo will not unify a pre-release version with a stable
132
If the crate being updated is used pervasively this will more than likely cause a resolver error.
133
This makes this alternative unfit for our [motivation].
134
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
+
138
## Pre-releases in `Cargo.toml`
139
140
Another alternative would be to resolve pre-release versions in `Cargo.toml`s even when another dependency specifies a stable version.
0 commit comments