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

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

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

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

  5. Finally, redeploy your Cyndra app with cyndra deploy.