From c67d2259640a72cb890e4b678c6f72edb32e07b5 Mon Sep 17 00:00:00 2001 From: marvelph Date: Sun, 12 Apr 2026 16:33:07 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20=E3=81=8B=E3=81=AA=E5=85=A5=E5=8A=9B?= =?UTF-8?q?=E9=96=A2=E9=80=A3=E3=81=AE=E5=AE=9F=E8=A3=85=E3=82=92=E4=BF=AE?= =?UTF-8?q?=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Core/Package.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Core/Package.swift b/Core/Package.swift index 604e805..4ca3a5f 100644 --- a/Core/Package.swift +++ b/Core/Package.swift @@ -21,7 +21,7 @@ let package = Package( ) ], dependencies: [ - .package(url: "https://github.com/azooKey/AzooKeyKanaKanjiConverter", revision: "fc16d94b7caac13cde86977c5547a1167a824f81", traits: kanaKanjiConverterTraits), + .package(url: "https://github.com/azooKey/AzooKeyKanaKanjiConverter", revision: "aa12475593c50756312b196ba13918faf3d73633", traits: kanaKanjiConverterTraits), .package(url: "https://github.com/apple/swift-crypto.git", from: "3.0.0"), .package(url: "https://github.com/weichsel/ZIPFoundation.git", from: "0.9.0") ],