Skip to content

Commit 8e73dbb

Browse files
Relax swift-system version requirement to allow for minor updates
1 parent d258b76 commit 8e73dbb

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
@@ -127,7 +127,7 @@ let package = Package(
127127
if ProcessInfo.processInfo.environment["SWIFTCI_USE_LOCAL_DEPS"] == nil {
128128
package.dependencies += [
129129
.package(url: "https://github.com/apple/swift-argument-parser", from: "1.2.2"),
130-
.package(url: "https://github.com/apple/swift-system", from: "1.3.0"),
130+
.package(url: "https://github.com/apple/swift-system", .upToNextMajor(from: "1.3.0")),
131131
]
132132
} else {
133133
package.dependencies += [

0 commit comments

Comments
 (0)