Skip to content

Commit 0921593

Browse files
committed
Update cargo-yank.md
Fix version typo in cargo-yank.md
1 parent 7e9de3f commit 0921593

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

src/doc/man/cargo-yank.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ requirements, following a given release being yanked:
4646
|-------------------------------------|-----------------------------------------|------------------|------------------|
4747
| `1.5.0` | Use either `1.5.1` or `1.5.2` | **Return Error** | Use `2.0.0` |
4848
| `1.5.1` | Use either `1.5.0` or `1.5.2` | Use `1.5.0` | Use `2.0.0` |
49-
| `2.0.0` | Use either `1.5.0`, `1.5.1` or `0.22.2` | Use `1.5.0` | **Return Error** |
49+
| `2.0.0` | Use either `1.5.0`, `1.5.1` or `1.5.2` | Use `1.5.0` | **Return Error** |
5050

5151
### When to yank
5252

src/doc/man/generated_txt/cargo-yank.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ DESCRIPTION
5050
| | 1.5.2 | 1.5.0 | 2.0.0 |
5151
+------------------------+----------------------+----------+----------+
5252
| 2.0.0 | Use either 1.5.0, | Use | Return |
53-
| | 1.5.1 or 0.22.2 | 1.5.0 | Error |
53+
| | 1.5.1 or 1.5.2 | 1.5.0 | Error |
5454
+------------------------+----------------------+----------+----------+
5555

5656
When to yank

src/doc/src/commands/cargo-yank.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ requirements, following a given release being yanked:
4646
|-------------------------------------|-----------------------------------------|------------------|------------------|
4747
| `1.5.0` | Use either `1.5.1` or `1.5.2` | **Return Error** | Use `2.0.0` |
4848
| `1.5.1` | Use either `1.5.0` or `1.5.2` | Use `1.5.0` | Use `2.0.0` |
49-
| `2.0.0` | Use either `1.5.0`, `1.5.1` or `0.22.2` | Use `1.5.0` | **Return Error** |
49+
| `2.0.0` | Use either `1.5.0`, `1.5.1` or `1.5.2` | Use `1.5.0` | **Return Error** |
5050

5151
### When to yank
5252

src/etc/man/cargo-yank.1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ T}
7272
T{
7373
\fB2.0.0\fR
7474
T}:T{
75-
Use either \fB1.5.0\fR, \fB1.5.1\fR or \fB0.22.2\fR
75+
Use either \fB1.5.0\fR, \fB1.5.1\fR or \fB1.5.2\fR
7676
T}:T{
7777
Use \fB1.5.0\fR
7878
T}:T{

0 commit comments

Comments
 (0)