Switch the command-line-tools dependency to be branch based not revision.

This commit is contained in:
Stefan Ceriu
2026-02-26 14:59:39 +02:00
committed by Stefan Ceriu
parent 1d08e86982
commit 4e99059952
2 changed files with 4 additions and 3 deletions

View File

@@ -13,7 +13,7 @@ let package = Package(
],
dependencies: [
.package(url: "https://github.com/apple/swift-argument-parser", .upToNextMinor(from: "1.7.0")),
.package(url: "https://github.com/element-hq/swift-command-line-tools.git", revision: "e5eaab1558ef664e6cd80493f64259381670fb3a"),
.package(url: "https://github.com/element-hq/swift-command-line-tools.git", branch: "main"),
// .package(path: "../../../swift-command-line-tools"),
.package(url: "https://github.com/swiftlang/swift-subprocess", .upToNextMinor(from: "0.3.0")),
.package(url: "https://github.com/jpsim/Yams", .upToNextMinor(from: "6.2.1")),