Skip to content

Commit a66dcaf

Browse files
committed
Tie table into example
1 parent a67ae6d commit a66dcaf

File tree

1 file changed

+6
-8
lines changed

1 file changed

+6
-8
lines changed

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

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

74-
Consider this table where `a.b.c` is compatible with `x.y.z` and `x.y.z > a.b.c`
75-
7674
| Cargo.toml spec | Cargo.lock version | Target version | Selected by cargo update | Selected by cargo update --precise |
7775
| --------------- | ------------------ | -------------- | ------------------------- | ----------------------------------- |
78-
| `^a.b.c` | `a.b.c` | `x.y.z` |||
79-
| `^a.b.c` | `a.b.c` | `x.y.z-pre.0` |||
80-
| `^a.b.c` | `x.y.z-pre.0` | `x.y.z-pre.1` |||
81-
| `^a.b.c-pre.0` | `a.b.c-pre.0` | `a.b.c-pre.1` | ✅¹ ||
82-
| `^a.b.c-pre.0` | `a.b.c-pre.0` | `x.y.z` | ✅¹ ||
83-
| `^a.b.c` | `a.b.c` | `a.b.c-pre.0` |||
76+
| `^1.0.0` | `1.0.0` | `1.2.0` |||
77+
| `^1.0.0` | `1.0.0` | `1.2.0-pre.0` |||
78+
| `^1.0.0` | `1.2.0-pre.0` | `1.2.0-pre.1` |||
79+
| `^1.0.0-pre.0` | `1.0.0-pre.0` | `1.0.0-pre.1` | ✅¹ ||
80+
| `^1.0.0-pre.0` | `1.0.0-pre.0` | `1.2.0` | ✅¹ ||
81+
| `^1.0.0` | `1.0.0` | `1.0.0-pre.0` |||
8482

8583
✅: Will upgrade
8684

0 commit comments

Comments
 (0)