How to upgrade to newer Shuttle versions
Check the Releases page for any considerations regarding breaking changes in the new release.
Upgrade your Shuttle CLI with one of the options below:
shuttle upgrade
(available in v0.48.0+) (runs the install script below for you)curl -sSfL https://www.shuttle.dev/install | bash
(Linux and macOS)iwr https://www.shuttle.dev/install-win | iex
(Windows)cargo binstall cargo-shuttle
cargo install cargo-shuttle
Update your project’s Shuttle dependencies in Cargo.toml
:
Test that your project works with cargo check
/ shuttle run
.
Finally, redeploy your Shuttle app with shuttle deploy
.