Skip to content

Commit d426634

Browse files
committed
Bump swift-system to 1.2.1
So we can have one set of update-checkout changes Requires swiftlang/swift-tools-support-core#358
1 parent b81417c commit d426634

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
@@ -724,7 +724,7 @@ if ProcessInfo.processInfo.environment["SWIFTCI_USE_LOCAL_DEPS"] == nil {
724724
.package(url: "https://github.com/apple/swift-argument-parser.git", .upToNextMinor(from: "1.2.2")),
725725
.package(url: "https://github.com/apple/swift-driver.git", branch: relatedDependenciesBranch),
726726
.package(url: "https://github.com/apple/swift-crypto.git", .upToNextMinor(from: "2.5.0")),
727-
.package(url: "https://github.com/apple/swift-system.git", .upToNextMinor(from: "1.1.1")),
727+
.package(url: "https://github.com/apple/swift-system.git", .upToNextMinor(from: "1.2.1")),
728728
.package(url: "https://github.com/apple/swift-collections.git", .upToNextMinor(from: "1.0.1")),
729729
.package(url: "https://github.com/apple/swift-certificates.git", .upToNextMinor(from: "0.6.0")),
730730
]

0 commit comments

Comments
 (0)