Skip to content

Commit

Permalink
chore: update patches (#1)
Browse files Browse the repository at this point in the history
* update patches

* remove

* update patch
  • Loading branch information
ctian1 authored Feb 26, 2024
1 parent 56c47b7 commit 1cfda9e
Show file tree
Hide file tree
Showing 7 changed files with 244 additions and 57 deletions.
81 changes: 69 additions & 12 deletions primitives/Cargo.lock

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

4 changes: 2 additions & 2 deletions primitives/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ alloy-primitives = { version = "0.6.0", default-features = false, features = [
"std",
] }
# reth-primitives = { git = "https://github.com/paradigmxyz/reth.git" }
reth-primitives = { git = "https://github.com/succinctlabs/reth-private.git", default-features = false, branch = "sp1-reth" }
reth-primitives = { git = "https://github.com/sp1-patches/reth", default-features = false, branch = "sp1-reth" }
# revm = "5.0.0"
revm = { git = "https://github.com/succinctlabs/revm-private.git", branch = "john/v5.0.0-patched", features = ["std"], default-features = false }
revm = { git = "https://github.com/sp1-patches/revm", branch = "john/v5.0.0-patched", features = ["std"], default-features = false }
anyhow = "1.0.79"
hashbrown = "0.14.3"
# ethers-core = "2.0.13"
Expand Down
Loading

0 comments on commit 1cfda9e

Please sign in to comment.