# various-rust-utils
## Release new version:
### Major:
```
cargo run --manifest-path release-script/Cargo.toml -- -b major
```
### Minor:
```
cargo run --manifest-path release-script/Cargo.toml -- -b minor
```
### Patch:
```
cargo run --manifest-path release-script/Cargo.toml -- -b patch
```