Skip to content

Commit

Permalink
patch
Browse files Browse the repository at this point in the history
  • Loading branch information
lightsing committed Aug 30, 2024
1 parent ebe19fa commit 2aeeb2d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 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.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,8 @@ tracing-subscriber = { version = "0.3", features = ["env-filter"], optional = tr
# [patch."https://github.com/scroll-tech/revm"]
# revm = { path = "../revm/crates/revm" }

# [patch."https://github.com/scroll-tech/zktrie"]
# zktrie = { path = "../zktrie", features= ["rs_zktrie"] }
[patch."https://github.com/scroll-tech/zktrie"]
zktrie = { git = "https://github.com/scroll-tech//zktrie.git", branch = "lazy-commitment-for-rust-zktrie" }

[dependencies.revm] # v40
git = "https://github.com/scroll-tech/revm"
Expand Down

0 comments on commit 2aeeb2d

Please sign in to comment.