Skip to content

Commit

Permalink
try blst portable
Browse files Browse the repository at this point in the history
  • Loading branch information
charles-cooper committed Apr 18, 2024
1 parent be86701 commit 6a342ef
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ tracing = "0.1"
pyo3 = { version = "0.19", features = ["extension-module"] }
ruint = { version = "1.10", features = ["pyo3"] }

# transitive dependency; pass feature flags for portable build
blst = { version = "0.3.11", features = ["portable"] }

# needed for ethersdb
ethers-core = "2.0.14"
ethers-providers = "2.0.14"

0 comments on commit 6a342ef

Please sign in to comment.