You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Consider this table where `a.b.c` is compatible with `x.y.z` and `x.y.z > a.b.c`
78
75
79
76
| Cargo.toml spec | Cargo.lock version | Target version | Selected by cargo update | Selected by cargo update --precise |
@@ -93,6 +90,9 @@ Consider this table where `a.b.c` is compatible with `x.y.z` and `x.y.z > a.b.c`
93
90
This RFC preserves this behaviour to remain backwards compatible.
94
91
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.
To determine if a version can be selected with `--precise` for a specification that isn't listed above cosider where pre-releases exist within version ranges.
0 commit comments