Now uses eth_trie_utils on crates.io

This commit is contained in:
BGluth 2022-10-04 22:07:43 -06:00
parent d8bf30150f
commit bf57fe9835

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"