Skip to content

Commit

Permalink
Switch to version based package dep
Browse files Browse the repository at this point in the history
  • Loading branch information
ZachNagengast committed Feb 14, 2024
1 parent 253933b commit 228630c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion Package.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/huggingface/swift-transformers.git",
"state" : {
"revision" : "564442fba36b0b694d730a62d0593e5f54043b55"
"revision" : "564442fba36b0b694d730a62d0593e5f54043b55",
"version" : "0.1.2"
}
}
],
Expand Down
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ let package = Package(
targets: ["WhisperKitCLI"])
],
dependencies: [
.package(url: "https://github.com/huggingface/swift-transformers.git", revision: "564442fba36b0b694d730a62d0593e5f54043b55"),
.package(url: "https://github.com/huggingface/swift-transformers.git", exact: "0.1.2"),
.package(url: "https://github.com/apple/swift-argument-parser.git", exact: "1.3.0"),
],
targets: [
Expand Down

0 comments on commit 228630c

Please sign in to comment.