Skip to main content

Crate changeset_manifest

Crate changeset_manifest 

Source

Structs§

AdditionalPackageUpdate
InitConfig

Enums§

ChangelogLocation
ComparisonLinks
ManifestError
MetadataSection
NoneBumpBehavior
TagFormat
ZeroVersionBehavior

Functions§

add_additional_package
Errors
add_version_tracking_dependency_to_additional_package
Errors
add_version_tracking_dependency_to_crate
Errors
has_inherited_version
Errors
has_workspace_package_version
Errors
read_document
Errors
read_external_version_string
Errors
read_version
Errors
read_workspace_version
Reads the workspace package version from a root manifest.
remove_additional_package
Returns true if the entry was found and removed, false if no entry matched name.
remove_version_tracking_dependency_from_additional_package
Returns true if the dependency was found and removed, false if not found.
remove_version_tracking_dependency_from_crate
Returns true if the dependency was found and removed, false if not found.
remove_workspace_version
Errors
restore_external_version
Errors
update_additional_package
Returns true if the entry was found and updated, false if no entry matched name.
update_dependency_version
Updates the version of a dependency in all relevant sections of a Cargo.toml.
verify_external_version
Errors
verify_version
Errors
write_external_version
Errors
write_metadata_section
Writes changeset configuration to the metadata section of a Cargo.toml file.
write_version
Errors
write_workspace_version
Writes or restores the workspace package version in a root manifest.