diff --git a/justfile b/justfile index aafefc89d..586134413 100644 --- a/justfile +++ b/justfile @@ -200,3 +200,5 @@ version-up version: {{ cwd }}/scripts/release_tag.sh {{version}} NEXT_VERSION=$(echo {{version}} | awk -F. -v OFS=. '{$NF += 1 ; print}') sed -i "s/{{version}}/$NEXT_VERSION/g" .tagpr + # Need to update the lockfile. + cargo check