Skip to content

Commit 525296d

Browse files
andrewaylettkatyo
authored andcommitted
Update from crates.io, but don't touch the lock file
This prevents making changes to unrelated crate versions during release.
1 parent 050b71d commit 525296d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ async function run(): Promise<void> {
120120
if (publish_delay) {
121121
await delay(publish_delay)
122122
}
123-
await exec('cargo', ['update'], exec_opts)
123+
await exec('cargo', ['update', '--dry-run'], exec_opts)
124124
info(`Package '${package_name}' published successfully`)
125125
}
126126
}

0 commit comments

Comments
 (0)