From c975abf2ff890063f57419e251c8686f25a4503f Mon Sep 17 00:00:00 2001 From: csjones Date: Mon, 5 Jan 2026 15:28:26 -0800 Subject: [PATCH] chore: pin swift-secp256k1 to exact version 0.21.1 --- bitchat.xcodeproj/project.pbxproj | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bitchat.xcodeproj/project.pbxproj b/bitchat.xcodeproj/project.pbxproj index e062000b..06f4bf1d 100644 --- a/bitchat.xcodeproj/project.pbxproj +++ b/bitchat.xcodeproj/project.pbxproj @@ -924,8 +924,8 @@ isa = XCRemoteSwiftPackageReference; repositoryURL = "https://github.com/21-DOT-DEV/swift-secp256k1"; requirement = { - kind = upToNextMajorVersion; - minimumVersion = 0.21.1; + kind = exactVersion; + version = 0.21.1; }; }; /* End XCRemoteSwiftPackageReference section */