Trying to run a cargo check to update the lock

fix_deploy_prod_script_2
Dessalines 2021-08-25 16:30:12 -04:00
parent dba358223a
commit 59733257ee
1 changed files with 1 additions and 0 deletions

View File

@ -36,6 +36,7 @@ done
sed -i "s/{ version = \"=$old_tag\", path/{ version = \"=$new_tag\", path/g" Cargo.toml
sed -i "s/version = \"$old_tag\"/version = \"$new_tag\"/g" Cargo.toml
git add Cargo.toml
cargo check
git add Cargo.lock
popd