We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 76aaab8 commit d62284aCopy full SHA for d62284a
eng/scripts/Update-PackageVersion.ps1
@@ -86,6 +86,8 @@ if ($content -ne $updated) {
86
Write-Host "Updaging dependencies in Cargo.toml files."
87
Invoke-LoggedCommand "cargo +nightly -Zscript '$RepoRoot/eng/scripts/update-pathversions.rs' update" | Out-Null
88
89
+ git diff main
90
+
91
Write-Host "Updating Cargo.lock using 'cargo update --workspace'."
92
Invoke-LoggedCommand "cargo update --workspace" | Out-Null
93
}
0 commit comments