Skip to content

Commit 2aae882

Browse files
authored
update min version of swift-system (#3950)
motivation: use the correct minimum version of swift-system changes: update min version of swift-system to 1.1.1
1 parent 6e3c2ba commit 2aae882

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
@@ -572,7 +572,7 @@ if ProcessInfo.processInfo.environment["SWIFTCI_USE_LOCAL_DEPS"] == nil {
572572
.package(url: "https://github.com/apple/swift-argument-parser.git", .upToNextMinor(from: "1.0.1")),
573573
.package(url: "https://github.com/apple/swift-driver.git", .branch(relatedDependenciesBranch)),
574574
.package(url: "https://github.com/apple/swift-crypto.git", .upToNextMinor(from: minimumCryptoVersion)),
575-
.package(url: "https://github.com/apple/swift-system.git", .upToNextMinor(from: "1.0.0")),
575+
.package(url: "https://github.com/apple/swift-system.git", .upToNextMinor(from: "1.1.1")),
576576
]
577577
} else {
578578
package.dependencies += [

0 commit comments

Comments
 (0)