[][src]Function update_notifier::check_version

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

Validates current version of crate Takes a path to the Cargo.toml associated with the crate Prints directly to stdout (Will probably change to be more asynchrounos)