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 authored Aug 14, 2023
1 parent 7e9de3f commit d1bbab4
Showing 1 changed file with 1 addition and 1 deletion.
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

0 comments on commit d1bbab4

Please sign in to comment.