spin_plugins::manifest

Function warn_unsupported_version

Source
pub fn warn_unsupported_version(
    manifest: &PluginManifest,
    spin_version: &str,
    override_compatibility_check: bool,
) -> Result<()>
Expand description

Checks whether the plugin supports the currently running version of Spin and prints a warning if not (or if uncertain).