Skip to content

Commit 42b9425

Browse files
committed
Make sure we kill cargo on ctrl + c.
1 parent ebb0ae7 commit 42b9425

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tools/Release/Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ let package = Package(
99
products: [.executable(name: "release", targets: ["Release"])],
1010
dependencies: [
1111
.package(url: "https://github.com/apple/swift-argument-parser.git", from: "1.3.0"),
12-
.package(url: "https://github.com/element-hq/swift-command-line-tools.git", revision: "b30768277abb107f5d514489cae0145ddaac9334")
12+
.package(url: "https://github.com/element-hq/swift-command-line-tools.git", revision: "e5eaab1558ef664e6cd80493f64259381670fb3a")
1313
// .package(path: "../../../swift-command-line-tools")
1414
],
1515
targets: [

0 commit comments

Comments
 (0)