Skip to content

Commit

Permalink
patch c-kzg to get around build issues
Browse files Browse the repository at this point in the history
  • Loading branch information
ralexstokes committed Sep 29, 2023
1 parent 6773e7e commit ea29612
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Cargo.lock

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

6 changes: 6 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,9 @@ revm = { git = "https://github.com/bluealloy/revm/", branch = "release/v25" }
[patch.crates-io]
revm = { git = "https://github.com/bluealloy/revm/", branch = "release/v25" }
revm-primitives = { git = "https://github.com/bluealloy/revm/", branch = "release/v25" }

# NOTE: this is not strictly required to build
# but, it works better with the default nix rust build environment
# TODO: remove this patch once we have updated to at least `[email protected]`
[patch.'https://github.com/ethereum/c-kzg-4844']
c-kzg = "0.1.1"

0 comments on commit ea29612

Please sign in to comment.