diff --git a/justfile b/justfile index 54bbeede..b52728ca 100644 --- a/justfile +++ b/justfile @@ -16,3 +16,7 @@ lint: # Check the formatting format: cargo +nightly fmt --all --check + +# Update the recent and minimal lock files. +update-lock-files: + contrib/update-lock-files.sh