Skip to content

Commit 8abe7c0

Browse files
committed
Clarify undesirable behaviour
1 parent a3696be commit 8abe7c0

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,9 @@ Consider this table where `a.b.c` is compatible with `x.y.z` and `x.y.z > a.b.c`
7777

7878
❌: Will not upgrade
7979

80-
¹For backwards compatibility with Cargo's current behaviour (see [RFC: Precise Pre-release Deps](https://github.com/rust-lang/rfcs/pull/3263))
80+
¹This behaviour is considered by some to be undesirable and may change as proposed in [RFC: Precise Pre-release Deps](https://github.com/rust-lang/rfcs/pull/3263).
81+
This RFC preserves this behaviour to remain backwards compatible.
82+
Since this RFC is concerned with the behaviour of `cargo update --precise` changes to bare `cargo update` made in future RFCs should have no impact on this proposal.
8183

8284
# Drawbacks
8385
[drawbacks]: #drawbacks

0 commit comments

Comments
 (0)