[lececryptokit-1.0.4] Bump LCECryptoKitBinary to the release that actually contains the pepper-refactor methods

This commit is contained in:
Daniel Arantes Loverde
2026-08-22 11:26:38 -03:00
parent 5ae0f67bc6
commit 4e5130a01c
2 changed files with 4 additions and 4 deletions

View File

@@ -11,7 +11,7 @@ let cryptoPackageURL = isLocalDevelopment
let packageDependencies: [Package.Dependency] = enableCryptoBinary
? [
.package(url: cryptoPackageURL, exact: "1.0.3")
.package(url: cryptoPackageURL, exact: "1.0.4")
]
: []