Skip to content

Commit a2529ad

Browse files
authored
Merge pull request #85489 from johnbute/argument-parser-version-change
2 parents a4ae171 + 90aaa0f commit a2529ad

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

utils/build.ps1

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3626,6 +3626,7 @@ function Build-ArgumentParser([Hashtable] $Platform) {
36263626
-InstallTo "$($Platform.ToolchainInstallRoot)\usr" `
36273627
-Platform $Platform `
36283628
-UseBuiltCompilers Swift `
3629+
-UseMSVCCompilers C `
36293630
-SwiftSDK (Get-SwiftSDK -OS $Platform.OS -Identifier $Platform.DefaultSDK) `
36303631
-Defines @{
36313632
BUILD_SHARED_LIBS = "YES";

utils/update_checkout/update-checkout-config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@
148148
"swift-tools-protocols": "0.0.9",
149149
"swift-tools-support-core": "main",
150150
"swiftpm": "main",
151-
"swift-argument-parser": "1.5.1",
151+
"swift-argument-parser": "1.6.1",
152152
"swift-atomics": "1.2.0",
153153
"swift-collections": "1.1.6",
154154
"swift-crypto": "3.12.5",

0 commit comments

Comments
 (0)