Skip to content

Commit 09c975a

Browse files
committed
Update swift-system to 1.4.1
1 parent 3e9e735 commit 09c975a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Package.swift

+1-1
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", .upToNextMajor(from: "1.4.1")),
451451
.package(url: "https://github.com/apple/swift-argument-parser.git", from: "1.0.3"),
452452
]
453453
if !useLLBuildFramework {

0 commit comments

Comments
 (0)