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
+2 -2
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 */