Skip to content

Commit c3e5ce8

Browse files
committed
Update Transcriber dependency to use version-based instead of branch-based resolution
1 parent 2f74ae1 commit c3e5ce8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ let package = Package(
88
products: [.library(name: "CompilerSwiftAI", targets: ["CompilerSwiftAI"])],
99
dependencies: [
1010
.package(url: "https://github.com/gonzalezreal/swift-markdown-ui", from: "2.4.1"),
11-
.package(url: "https://github.com/Compiler-Inc/Transcriber", branch: "0.1.8"),
11+
.package(url: "https://github.com/Compiler-Inc/Transcriber", from: "0.1.8"),
1212
],
1313
targets: [
1414
.target(name: "CompilerSwiftAI", dependencies: ["Transcriber", .product(name: "MarkdownUI", package: "swift-markdown-ui")]),

0 commit comments

Comments
 (0)