Re-generate Cargo.lock when running the release script

This commit is contained in:
Amanieu d'Antras
2021-12-20 20:37:37 +01:00
parent 9a50e20a2a
commit ecd7a68682

View File

@@ -14,6 +14,10 @@ echo "manually check changes to Cargo.toml"
${FD} wasmer.iss --exec sed -i '{}' -e "s/AppVersion=$PREVIOUS_VERSION/AppVersion=$NEXT_VERSION/"
echo "manually check changes to wasmer.iss"
# Re-generate lock files
cargo generate-lockfile
cargo generate-lockfile --manifest-path wasmer-test
# Order to upload packages in
## wasmer-types
## win-exception-handler