Crate Upgrade

Use when upgrading a Rust crate / third-party dependency to a new version — especially non-trivial bumps where the new version removes previously-deprecated APIs, moves modules into separate crates, renames items, or otherwise has a broad blast radius across many crates. Covers reading the changelog, picking the version deliberately, splitting the migration into aspects, and migrating incrementally.

dfinity a0fc9a6 4.7 KB Updated

File contents

dfinity/ic/tree/main/.claude/skills/crate-upgrade commit a0fc9a6b11

Frequently asked questions

npx skillmds@latest add dfinity/crate-upgrade