add bump command (#901)

This commit is contained in:
Louis Fortier-Dubois 2023-10-25 08:59:46 -04:00 committed by GitHub
parent 233922d60c
commit 068b460078
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 0 deletions

View File

@ -119,6 +119,13 @@ Run `scripts/publish` using this command
where `crate_name` is the name of the crate to publish
## Others
To bump for the next version, use this command:
```
cargo set-version --bump minor
```
---