update_toml_file

Function update_toml_file 

Source
pub fn update_toml_file(
    filename: &str,
    unsafe_file_updates: bool,
    use_semver: bool,
    allow_yanked: bool,
    allow_prerelease: bool,
) -> Result<(), Box<dyn Error>>