Skip to content

Commit 8004609

Browse files
finestructurebnbarham
authored andcommitted
Update Package.swift
Co-authored-by: Gwynne Raskind <[email protected]> # Conflicts: # Package.swift
1 parent bb7f039 commit 8004609

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Package.swift

+2-2
Original file line numberDiff line numberDiff line change
@@ -802,9 +802,9 @@ if ProcessInfo.processInfo.environment["SWIFTCI_USE_LOCAL_DEPS"] == nil {
802802
.package(url: "https://github.com/apple/swift-driver.git", branch: relatedDependenciesBranch),
803803
.package(url: "https://github.com/apple/swift-crypto.git", .upToNextMinor(from: "3.0.0")),
804804
.package(url: "https://github.com/apple/swift-syntax.git", branch: relatedDependenciesBranch),
805-
.package(url: "https://github.com/apple/swift-system.git", .upToNextMinor(from: "1.1.1")),
805+
.package(url: "https://github.com/apple/swift-system.git", "1.1.1" ..< "1.4.0"),
806806
.package(url: "https://github.com/apple/swift-collections.git", "1.0.1" ..< "1.2.0"),
807-
.package(url: "https://github.com/apple/swift-certificates.git", .upToNextMinor(from: "1.0.1")),
807+
.package(url: "https://github.com/apple/swift-certificates.git", "1.0.1" ..< "1.4.0"),
808808
]
809809
} else {
810810
package.dependencies += [

0 commit comments

Comments
 (0)