Skip to content

Commit 6e6433a

Browse files
jakepetroulesowenv
authored andcommitted
Update swift-system to 1.5.0
This is required for System.FilePath to work correctly on Windows in release mode.
1 parent 22ccb4e commit 6e6433a

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: "release/6.2"),
459-
.package(url: "https://github.com/apple/swift-system.git", .upToNextMajor(from: "1.4.1")),
459+
.package(url: "https://github.com/apple/swift-system.git", .upToNextMajor(from: "1.5.0")),
460460
.package(url: "https://github.com/apple/swift-argument-parser.git", from: "1.0.3"),
461461
]
462462
if !useLLBuildFramework {

0 commit comments

Comments
 (0)