Skip to content

Commit

Permalink
Update cargo-yank.md
Browse files Browse the repository at this point in the history
Fix version typo in cargo-yank.md
  • Loading branch information
amosbird committed Aug 14, 2023
1 parent 7e9de3f commit 0921593
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/doc/man/cargo-yank.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ requirements, following a given release being yanked:
|-------------------------------------|-----------------------------------------|------------------|------------------|
| `1.5.0` | Use either `1.5.1` or `1.5.2` | **Return Error** | Use `2.0.0` |
| `1.5.1` | Use either `1.5.0` or `1.5.2` | Use `1.5.0` | Use `2.0.0` |
| `2.0.0` | Use either `1.5.0`, `1.5.1` or `0.22.2` | Use `1.5.0` | **Return Error** |
| `2.0.0` | Use either `1.5.0`, `1.5.1` or `1.5.2` | Use `1.5.0` | **Return Error** |

### When to yank

Expand Down
2 changes: 1 addition & 1 deletion src/doc/man/generated_txt/cargo-yank.txt
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ DESCRIPTION
| | 1.5.2 | 1.5.0 | 2.0.0 |
+------------------------+----------------------+----------+----------+
| 2.0.0 | Use either 1.5.0, | Use | Return |
| | 1.5.1 or 0.22.2 | 1.5.0 | Error |
| | 1.5.1 or 1.5.2 | 1.5.0 | Error |
+------------------------+----------------------+----------+----------+

When to yank
Expand Down
2 changes: 1 addition & 1 deletion src/doc/src/commands/cargo-yank.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ requirements, following a given release being yanked:
|-------------------------------------|-----------------------------------------|------------------|------------------|
| `1.5.0` | Use either `1.5.1` or `1.5.2` | **Return Error** | Use `2.0.0` |
| `1.5.1` | Use either `1.5.0` or `1.5.2` | Use `1.5.0` | Use `2.0.0` |
| `2.0.0` | Use either `1.5.0`, `1.5.1` or `0.22.2` | Use `1.5.0` | **Return Error** |
| `2.0.0` | Use either `1.5.0`, `1.5.1` or `1.5.2` | Use `1.5.0` | **Return Error** |

### When to yank

Expand Down
2 changes: 1 addition & 1 deletion src/etc/man/cargo-yank.1
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ T}
T{
\fB2.0.0\fR
T}:T{
Use either \fB1.5.0\fR, \fB1.5.1\fR or \fB0.22.2\fR
Use either \fB1.5.0\fR, \fB1.5.1\fR or \fB1.5.2\fR
T}:T{
Use \fB1.5.0\fR
T}:T{
Expand Down

0 comments on commit 0921593

Please sign in to comment.