Skip to content

Commit 1c5f5ec

Browse files
authored
Revert "Update swift-system to 1.5.0"
1 parent 62bd4c6 commit 1c5f5ec

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
@@ -456,7 +456,7 @@ if useLocalDependencies {
456456
} else {
457457
package.dependencies += [
458458
.package(url: "https://github.com/swiftlang/swift-driver.git", branch: "main"),
459-
.package(url: "https://github.com/apple/swift-system.git", .upToNextMajor(from: "1.5.0")),
459+
.package(url: "https://github.com/apple/swift-system.git", .upToNextMajor(from: "1.4.1")),
460460
.package(url: "https://github.com/apple/swift-argument-parser.git", from: "1.0.3"),
461461
]
462462
if !useLLBuildFramework {

0 commit comments

Comments
 (0)