Skip to content

Instantly share code, notes, and snippets.

@qtfkwk
Created June 8, 2023 18:26
Show Gist options
  • Save qtfkwk/b02144364ab7c47c3686a77821ac11c8 to your computer and use it in GitHub Desktop.
Save qtfkwk/b02144364ab7c47c3686a77821ac11c8 to your computer and use it in GitHub Desktop.
Updating Rust projects
#!/bin/sh
cargo outdated --exit-code 1 && cargo audit
#!/bin/sh
cargo upgrade --incompatible && cargo update
#!/bin/sh
cargo install cargo-audit cargo-edit cargo-outdated
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment