Skip to content

Commit

Permalink
Relax swift-system version requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
kateinoigakukun committed Jan 10, 2025
1 parent cc7dac1 commit ad80253
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ let package = Package(
if ProcessInfo.processInfo.environment["SWIFTCI_USE_LOCAL_DEPS"] == nil {
package.dependencies += [
.package(url: "https://github.com/apple/swift-argument-parser", from: "1.2.2"),
.package(url: "https://github.com/apple/swift-system", .upToNextMinor(from: "1.3.0")),
.package(url: "https://github.com/apple/swift-system", from: "1.4.0"),
]
} else {
package.dependencies += [
Expand Down

0 comments on commit ad80253

Please sign in to comment.