Merge pull request #934 from 21-DOT-DEV/P256K-VERSION-LOCK

chore: pin swift-secp256k1 to exact version 0.21.1
This commit is contained in:
jack 2026-01-12 10:24:02 -10:00 committed by GitHub
commit b84c36c6fa
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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 */