Enums§
- Error
- The error type of this crate.
- SemVer
- An enum defining what types of increments can be done to a semver version.
Functions§
- bump_
version - Bumps the version inside a
Cargo.tomlfile according to semver specs. - get_
version - Returns the version inside a
Cargo.tomlfile. - set_
version - Sets the version inside a
Cargo.tomlfile.