Skip to main content

Crate psvm

Crate psvm 

Source
Expand description

Polkadot SDK Version Manager Library

This library provides functionality to manage and update Polkadot SDK dependencies in Cargo.toml files.

Re-exports§

pub use versions::get_orml_crates_and_version;
pub use versions::get_polkadot_sdk_versions;
pub use versions::get_release_branches_versions;
pub use versions::get_version_mapping_with_fallback;
pub use versions::include_orml_crates_in_version_mapping;
pub use versions::Repository;

Modules§

versions

Constants§

DEFAULT_GIT_SERVER

Functions§

update_dependencies
Updates dependencies in a Cargo.toml file based on the provided version mappings.
update_table_dependencies
Updates dependencies within a specific TOML table.
validate_workspace_path
Validates that the provided path points to a valid Cargo.toml file.