Skip to content

Commit

Permalink
chore: Remove the update justfile command
Browse files Browse the repository at this point in the history
This command updates dependencies in our Cargo.toml, which we really
only want to do sparingly -- we don't want to unnecessarily bump a
minor/patch version of a dep, for example.
  • Loading branch information
spencewenski committed Jul 22, 2024
1 parent 4598123 commit c875be5
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions justfile
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,6 @@ coverage: coverage-clean
coverage-open: coverage
open target/llvm-cov-target/debug/coverage/index.html

# Update dependencies to their latest versions.
update:
cargo upgrade

# Run a suite of checks. These checks are fairly comprehensive and will catch most issues. However, they are still less than what is run in CI.
check:
.cargo-husky/hooks/pre-push
Expand Down

0 comments on commit c875be5

Please sign in to comment.