Skip to content

Commit 10a5f19

Browse files
committed
chore: make blst portable
1 parent 166506f commit 10a5f19

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

Cargo.lock

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

common/crypto/Cargo.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ edition = "2021"
66
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
77

88
[dependencies]
9+
# We need to enable the portable feature because some github runners don't support ADX
10+
blst = { version = "0.3", features = ["portable"] }
911
ophelia = "0.3"
1012
ophelia-blst = "0.3"
1113
ophelia-secp256k1 = "0.3"

0 commit comments

Comments
 (0)