chore: pin swift-secp256k1 to exact version 0.21.1

This commit is contained in:
csjones
2026-01-05 15:28:26 -08:00
parent aff700a15e
commit c975abf2ff
+2 -2
View File
@@ -924,8 +924,8 @@
isa = XCRemoteSwiftPackageReference; isa = XCRemoteSwiftPackageReference;
repositoryURL = "https://github.com/21-DOT-DEV/swift-secp256k1"; repositoryURL = "https://github.com/21-DOT-DEV/swift-secp256k1";
requirement = { requirement = {
kind = upToNextMajorVersion; kind = exactVersion;
minimumVersion = 0.21.1; version = 0.21.1;
}; };
}; };
/* End XCRemoteSwiftPackageReference section */ /* End XCRemoteSwiftPackageReference section */