Skip to content

Commit ba959c2

Browse files
committed
Without a fixed version, folks can not use it. Fixes #438
1 parent ff2248a commit ba959c2

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
@@ -92,7 +92,7 @@ let package = Package(
9292
products: products,
9393
dependencies: [
9494
.package(url: "https://github.com/apple/swift-argument-parser", from: "1.0.0"),
95-
.package(url: "https://github.com/swiftlang/swift-subprocess", branch: "main")
95+
.package(url: "https://github.com/swiftlang/swift-subprocess", revision: "426790f3f24afa60b418450da0afaa20a8b3bdd4")
9696
],
9797
targets: targets,
9898
swiftLanguageVersions: [.v5]

0 commit comments

Comments
 (0)