Skip to main content

latest_module_version

Function latest_module_version 

Source
pub fn latest_module_version(
    registry: &ModuleRegistryEntry,
    module_name: &str,
    cache_base: &Path,
) -> Result<Option<String>>
Expand description

Find the latest version for a module in a registry repo. Registry repo tags follow <module>/<version> convention; returns only the version part.