Skip to content

Commit

Permalink
fix: enable revm/blst (#8965)
Browse files Browse the repository at this point in the history
* fix: enable revm/blst

* fix

* fix
  • Loading branch information
klkvr authored Sep 26, 2024
1 parent f7e9204 commit e485eeb
Show file tree
Hide file tree
Showing 2 changed files with 2 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.

1 change: 1 addition & 0 deletions crates/evm/core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ revm = { workspace = true, features = [
"arbitrary",
"optimism",
"c-kzg",
"blst",
] }
revm-inspectors.workspace = true

Expand Down

0 comments on commit e485eeb

Please sign in to comment.