Skip to content

Commit 10b273b

Browse files
committed
swift-system - use main
1 parent d3be121 commit 10b273b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -447,7 +447,7 @@ if useLocalDependencies {
447447
// 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
448448
.package(url: "https://github.com/apple/swift-crypto.git", "2.0.0"..<"3.7.1"),
449449
.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")),
450+
.package(url: "https://github.com/apple/swift-system.git", branch: "main"),
451451
.package(url: "https://github.com/apple/swift-argument-parser.git", from: "1.0.3"),
452452
]
453453
if !useLLBuildFramework {

0 commit comments

Comments
 (0)