[][src]Function homebins::outdated_manifest_version

pub fn outdated_manifest_version(
    dirs: &InstallDirs,
    manifest: &Manifest
) -> Result<Option<Versioning>, Error>

Whether the given manifest is outdated and needs updating.

Return the installed version if it's outdated, otherwise return None.