Merge pull request #85489 from johnbute/argument-parser-version-change

This commit is contained in:
Chris McGee
2025-12-12 15:07:56 -05:00
committed by GitHub
2 changed files with 2 additions and 1 deletions

View File

@@ -3626,6 +3626,7 @@ function Build-ArgumentParser([Hashtable] $Platform) {
-InstallTo "$($Platform.ToolchainInstallRoot)\usr" `
-Platform $Platform `
-UseBuiltCompilers Swift `
-UseMSVCCompilers C `
-SwiftSDK (Get-SwiftSDK -OS $Platform.OS -Identifier $Platform.DefaultSDK) `
-Defines @{
BUILD_SHARED_LIBS = "YES";

View File

@@ -148,7 +148,7 @@
"swift-tools-protocols": "0.0.9",
"swift-tools-support-core": "main",
"swiftpm": "main",
"swift-argument-parser": "1.5.1",
"swift-argument-parser": "1.6.1",
"swift-atomics": "1.2.0",
"swift-collections": "1.1.6",
"swift-crypto": "3.12.5",