From 977e614f1211b95168b8997d3d63c7a11565ce1b Mon Sep 17 00:00:00 2001 From: Aaron Taylor Date: Tue, 4 Apr 2023 15:56:07 -0400 Subject: [PATCH] Update fast commit hash --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fd40a45..f7e4dad 100644 --- a/README.md +++ b/README.md @@ -123,7 +123,7 @@ You can get around this by installing a version of SwiftWhisper that uses `.unsa ... dependencies: [ // Using latest commit hash for `fast` branch: - .package(url: "https://github.com/exPHAT/SwiftWhisper.git", revision: "cfaee7697e7f5a9d323539c7dcde65d3d3f6c19c"), + .package(url: "https://github.com/exPHAT/SwiftWhisper.git", revision: "6ed3484c5cf449041b5c9bcb3ac82455d6a586d7"), ], ... ```