Skip to content

Commit d62284a

Browse files
committed
git diff main
1 parent 76aaab8 commit d62284a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

eng/scripts/Update-PackageVersion.ps1

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,8 @@ if ($content -ne $updated) {
8686
Write-Host "Updaging dependencies in Cargo.toml files."
8787
Invoke-LoggedCommand "cargo +nightly -Zscript '$RepoRoot/eng/scripts/update-pathversions.rs' update" | Out-Null
8888

89+
git diff main
90+
8991
Write-Host "Updating Cargo.lock using 'cargo update --workspace'."
9092
Invoke-LoggedCommand "cargo update --workspace" | Out-Null
9193
}

0 commit comments

Comments
 (0)