Skip to content

Commit 510e290

Browse files
committed
Set swift-subprocess dependency range to 0.5.0..<2.0.0 to automatically update to 1.0 once it is released
1 parent 00bbad8 commit 510e290

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ let package = Package(
140140
.package(url: "https://github.com/apple/swift-system", from: "1.4.0"),
141141
.package(url: "https://github.com/apple/swift-log", from: "1.2.0"),
142142
.package(url: "https://github.com/apple/swift-collections", from: "1.3.0"), // primarily for ordered collections
143-
.package(url: "https://github.com/swiftlang/swift-subprocess.git", from: "0.5.0", traits: ["SubprocessFoundation"]),
143+
.package(url: "https://github.com/swiftlang/swift-subprocess.git", "0.5.0"..<"2.0.0", traits: ["SubprocessFoundation"]),
144144

145145
// Benchmarking
146146
.package(url: "https://github.com/ordo-one/package-benchmark", .upToNextMajor(from: "1.4.0")),

0 commit comments

Comments
 (0)