Skip to content

Commit 068d458

Browse files
committed
fix: fixed version.js
[ci skip]
1 parent 699347f commit 068d458

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/version.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ async function main() {
3737
await fs.promises.writeFile(cargoTOMLPath, cargoTOMLUpdated, 'utf-8');
3838

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

0 commit comments

Comments
 (0)