Skip to content

Commit f48cc00

Browse files
committed
fix: fixed version script
1 parent fb2c629 commit f48cc00

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/version.mjs

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ async function main() {
4141
await fs.promises.writeFile(cargoTOMLPath, cargoTOMLUpdated, 'utf-8');
4242

4343
console.error('Updating the Cargo.lock version to match new version');
44-
childProcess.execFileSync('cargo', ['update', '--package', 'quic'], {
44+
childProcess.execFileSync('cargo', ['update', '--package', 'exec'], {
4545
stdio: ['inherit', 'inherit', 'inherit'],
4646
windowsHide: true,
4747
encoding: 'utf-8',

0 commit comments

Comments
 (0)