pub fn write_external_version(
path: &Path,
format: ManifestFormat,
version_field_path: &str,
version: &Version,
) -> Result<(), ManifestError>Expand description
ยงErrors
Returns an error if the manifest cannot be read, updated, or written.