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

Merged
daniel-loverde merged 1 commits from chore/deps/lececryptokit-1.0.4 into main 2026-08-22 11:27:44 -03:00
2 changed files with 4 additions and 4 deletions
Showing only changes of commit 4e5130a01c - Show all commits

View File

@@ -1,13 +1,13 @@
{ {
"originHash" : "967609fc5437e21be07c4206e2daefc73c3c7522601e64540f0dd5f115b19a6d", "originHash" : "488bc8ba375dd6a42de3f34d4290056a146f9bd52f1bd6cd8ed81cbf4c63984f",
"pins" : [ "pins" : [
{ {
"identity" : "lcecryptokitbinary", "identity" : "lcecryptokitbinary",
"kind" : "remoteSourceControl", "kind" : "remoteSourceControl",
"location" : "https://60c260c85d3a2fe840411b0ff98f521b5eca3c56@git.loverde.com.br/Loverde-Company-LTDA/LCECryptoKitBinary.git", "location" : "https://60c260c85d3a2fe840411b0ff98f521b5eca3c56@git.loverde.com.br/Loverde-Company-LTDA/LCECryptoKitBinary.git",
"state" : { "state" : {
"revision" : "2c5c47cebef40a8adc5557d071a35be405c05e30", "revision" : "11f66b1b9785b4965e027c2fa4742f61e8453403",
"version" : "1.0.3" "version" : "1.0.4"
} }
} }
], ],

View File

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