Merge pull request #757 from mir-protocol/eth_trie_utils_crates_dot_io

Now uses `eth_trie_utils` on `crates.io`
This commit is contained in:
BGluth 2022-10-04 22:25:30 -06:00 committed by GitHub
commit 1275bcca5b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,7 +7,7 @@ edition = "2021"
[dependencies]
plonky2 = { path = "../plonky2", default-features = false, features = ["rand", "timing"] }
plonky2_util = { path = "../util" }
eth-trie-utils = { git = "https://github.com/mir-protocol/eth-trie-utils.git", rev = "dd3595b4ba7923f8d465450d210f17a2b4e20f96" }
eth_trie_utils = "0.1.0"
anyhow = "1.0.40"
env_logger = "0.9.0"
ethereum-types = "0.14.0"