Skip to content

Commit

Permalink
chore: make blst portable (#1520)
Browse files Browse the repository at this point in the history
  • Loading branch information
blckngm authored Nov 2, 2023
1 parent 166506f commit 552b328
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions common/crypto/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
# We need to enable the portable feature because some github runners don't support ADX
blst = { version = "0.3", features = ["portable"] }
ophelia = "0.3"
ophelia-blst = "0.3"
ophelia-secp256k1 = "0.3"
Expand Down

0 comments on commit 552b328

Please sign in to comment.