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§
Constants§
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.