We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb2c629 commit f48cc00Copy full SHA for f48cc00
scripts/version.mjs
@@ -41,7 +41,7 @@ async function main() {
41
await fs.promises.writeFile(cargoTOMLPath, cargoTOMLUpdated, 'utf-8');
42
43
console.error('Updating the Cargo.lock version to match new version');
44
- childProcess.execFileSync('cargo', ['update', '--package', 'quic'], {
+ childProcess.execFileSync('cargo', ['update', '--package', 'exec'], {
45
stdio: ['inherit', 'inherit', 'inherit'],
46
windowsHide: true,
47
encoding: 'utf-8',
0 commit comments