Skip to content

Instantly share code, notes, and snippets.

@matthewjberger
Last active December 30, 2023 08:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save matthewjberger/c8f218cf34b7f8ac8dcf597b01dabd49 to your computer and use it in GitHub Desktop.
Save matthewjberger/c8f218cf34b7f8ac8dcf597b01dabd49 to your computer and use it in GitHub Desktop.
force upgrade your rust app cargo.toml dependencies

Force upgrade your rust app cargo.toml dependencies

cargo install cargo-edit
cargo upgrade --ignore-rust-version --incompatible
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment