Skip to content

Commit 3006226

Browse files
committed
Loosen swift-system version constraint
1 parent 5efd210 commit 3006226

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

Package.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -950,7 +950,7 @@ if ProcessInfo.processInfo.environment["SWIFTCI_USE_LOCAL_DEPS"] == nil {
950950
.package(url: "https://github.com/apple/swift-driver.git", branch: relatedDependenciesBranch),
951951
.package(url: "https://github.com/apple/swift-crypto.git", .upToNextMinor(from: "3.0.0")),
952952
.package(url: "https://github.com/swiftlang/swift-syntax.git", branch: relatedDependenciesBranch),
953-
.package(url: "https://github.com/apple/swift-system.git", "1.1.1" ..< "1.4.0"),
953+
.package(url: "https://github.com/apple/swift-system.git", from: "1.1.1"),
954954
.package(url: "https://github.com/apple/swift-collections.git", "1.0.1" ..< "1.2.0"),
955955
.package(url: "https://github.com/apple/swift-certificates.git", "1.0.1" ..< "1.6.0"),
956956
.package(url: "https://github.com/swiftlang/swift-toolchain-sqlite.git", from: "1.0.0"),

Synchronization.swiftmodule

564 KB
Binary file not shown.

0 commit comments

Comments
 (0)