Skip to content

Commit a67ae6d

Browse files
committed
Move table to Guide
1 parent 2406243 commit a67ae6d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -71,9 +71,6 @@ location searched: crates.io index
7171
required by package `tmp-oyyzsf v0.1.0 (/home/ethan/.cache/cargo-temp/tmp-OYyZsF)`
7272
```
7373

74-
# Reference-level explanation
75-
[reference-level-explanation]: #reference-level-explanation
76-
7774
Consider this table where `a.b.c` is compatible with `x.y.z` and `x.y.z > a.b.c`
7875

7976
| 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`
9390
This RFC preserves this behaviour to remain backwards compatible.
9491
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.
9592

93+
# Reference-level explanation
94+
[reference-level-explanation]: #reference-level-explanation
95+
9696
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.
9797

9898
For example consider the version `~1.2.3`.

0 commit comments

Comments
 (0)