[][src]Module self_update::version

Semver version checks

The following functions compare two semver compatible version strings.

Functions

bump_is_compatible

Check if a new version is compatible with the current

bump_is_greater

Check if a version is greater than the current

bump_is_major

Check if a new version is a major bump

bump_is_minor

Check if a new version is a minor bump

bump_is_patch

Check if a new version is a patch bump