Upgrade Polkadot SDK dependencies
Upgrade Polkadot SDK dependency versions in a chain project with Pop CLI.
Usage
pop upgrade [--path <PATH>] [--version <VERSION>]Examples
# Upgrade the current project and select a version interactively
pop upgrade
# Upgrade a specific project directory
pop upgrade --path /path/to/project
# Upgrade a specific Cargo.toml
pop upgrade --path /path/to/project/Cargo.toml
# Upgrade to a specific Polkadot SDK tag
pop upgrade --version polkadot-stable2509-1How version selection works
Path resolution
Output and follow-up
Errors and constraints
Last updated