Skip to content

Commit 2406243

Browse files
committed
Clean up table formatting
1 parent 36ffc26 commit 2406243

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -78,12 +78,12 @@ Consider this table where `a.b.c` is compatible with `x.y.z` and `x.y.z > a.b.c`
7878

7979
| Cargo.toml spec | Cargo.lock version | Target version | Selected by cargo update | Selected by cargo update --precise |
8080
| --------------- | ------------------ | -------------- | ------------------------- | ----------------------------------- |
81-
| `^a.b.c` | `a.b.c` | `x.y.z` |||
82-
| `^a.b.c` | `a.b.c` | `x.y.z-pre.0` |||
83-
| `^a.b.c` | `x.y.z-pre.0` | `x.y.z-pre.1` |||
84-
| `^a.b.c-pre.0` | `a.b.c-pre.0` | `a.b.c-pre.1` | ✅¹ ||
85-
| `^a.b.c-pre.0` | `a.b.c-pre.0` | `x.y.z` | ✅¹ ||
86-
| `^a.b.c` | `a.b.c` | `a.b.c-pre.0` |||
81+
| `^a.b.c` | `a.b.c` | `x.y.z` |||
82+
| `^a.b.c` | `a.b.c` | `x.y.z-pre.0` |||
83+
| `^a.b.c` | `x.y.z-pre.0` | `x.y.z-pre.1` |||
84+
| `^a.b.c-pre.0` | `a.b.c-pre.0` | `a.b.c-pre.1` | ✅¹ ||
85+
| `^a.b.c-pre.0` | `a.b.c-pre.0` | `x.y.z` | ✅¹ ||
86+
| `^a.b.c` | `a.b.c` | `a.b.c-pre.0` |||
8787

8888
✅: Will upgrade
8989

0 commit comments

Comments
 (0)