[][src]Function update_notifier::check_version

pub fn check_version(
    name: &str,
    current_version: &str
) -> Result<(), Box<dyn Error>>

Validates current version of crate Takes the current name and version Prints directly to stdout (Will probably change to be more asynchrounos)