diff --git a/justfile b/justfile index 6c54ddd4..d17c98b3 100644 --- a/justfile +++ b/justfile @@ -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