We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3e9e735 commit 09c975aCopy full SHA for 09c975a
Package.swift
@@ -447,7 +447,7 @@ if useLocalDependencies {
447
// 3.7.1 introduced a regression which fails to link on aarch64-windows; revert to <4.0.0 for the upper bound when this is fixed
448
.package(url: "https://github.com/apple/swift-crypto.git", "2.0.0"..<"3.7.1"),
449
.package(url: "https://github.com/apple/swift-driver.git", branch: "main"),
450
- .package(url: "https://github.com/apple/swift-system.git", .upToNextMajor(from: "1.4.0")),
+ .package(url: "https://github.com/apple/swift-system.git", .upToNextMajor(from: "1.4.1")),
451
.package(url: "https://github.com/apple/swift-argument-parser.git", from: "1.0.3"),
452
]
453
if !useLLBuildFramework {
0 commit comments