1. Check the Releases page for any considerations regarding breaking changes in the new release.

  2. Upgrade your Klyra CLI with one of the options below:

    • klyra upgrade (available in v0.48.0+) (runs the install script below for you)
    • curl -sSfL https://docs.klyra.dev/install | bash (Linux and macOS)
    • iwr https://docs.klyra.dev/install-win | iex (Windows)
    • cargo binstall cargo-klyra
    • cargo install cargo-klyra
  3. Update your project’s Klyra dependencies in Cargo.toml:

    Cargo.toml
    klyra-runtime = "0.55.0"
    # do the same for other klyra dependencies
    
  4. Test that your project works with cargo check / klyra run.

  5. Finally, redeploy your Klyra app with klyra deploy.