Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix build on MacOS: bump secp256k1 and secp256k1-sys to patched versions #4709

Merged
merged 2 commits into from
Jun 5, 2024

Commits on Jun 5, 2024

  1. bump secp256k1 and secp256k1-sys to patched versions

    `secp256k1 v0.28.0` and `secp256k1-sys v0.9.0` were yanked because
    building them fails for `aarch64-apple-darwin` targets.
    
    Use the `secp256k1 v0.28.2` and `secp256k1-sys v0.9.2` patched versions
    that build fine on ARM chipset MacOS.
    acatangiu committed Jun 5, 2024
    Configuration menu
    Copy the full SHA
    5104e92 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1cdb758 View commit details
    Browse the repository at this point in the history