Skip to content

Commit

Permalink
chore(covector): run cargo generate-lockfile post version
Browse files Browse the repository at this point in the history
  • Loading branch information
amr-crabnebula committed Apr 17, 2024
1 parent a785f0d commit cf76357
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions .changes/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,14 @@
"rust": {
"version": true,
"getPublishedVersion": "cargo search ${ pkg.pkg } --limit 1 | sed -nE 's/^[^\"]*\"//; s/\".*//1p' -",
"postversion": [
{
"command": "cargo generate-lockfile",
"dryRunCommand": true,
"runFromRoot": true,
"pipe": true
}
],
"prepublish": [
{
"command": "cargo generate-lockfile",
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit cf76357

Please sign in to comment.