Skip to content

Commit 228630c

Browse files
committed
Switch to version based package dep
1 parent 253933b commit 228630c

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

Package.resolved

Lines changed: 2 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ let package = Package(
2121
targets: ["WhisperKitCLI"])
2222
],
2323
dependencies: [
24-
.package(url: "https://github.com/huggingface/swift-transformers.git", revision: "564442fba36b0b694d730a62d0593e5f54043b55"),
24+
.package(url: "https://github.com/huggingface/swift-transformers.git", exact: "0.1.2"),
2525
.package(url: "https://github.com/apple/swift-argument-parser.git", exact: "1.3.0"),
2626
],
2727
targets: [

0 commit comments

Comments
 (0)