Skip to content

Commit

Permalink
devdep
Browse files Browse the repository at this point in the history
  • Loading branch information
sergerad committed Oct 23, 2024
1 parent 906f6f8 commit fa605b7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion zero/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ hex.workspace = true
itertools.workspace = true
keccak-hash.workspace = true
lru.workspace = true
mockall = "0.13.0"
mpt_trie.workspace = true
num-traits.workspace = true
once_cell.workspace = true
Expand Down Expand Up @@ -56,6 +55,9 @@ jemallocator = "0.5.4"
anyhow.workspace = true
vergen-git2 = { version = "1.0.0", features = ["build"] }

[dev-dependencies]
mockall = "0.13.0"


[features]
default = ["eth_mainnet"]
Expand Down

0 comments on commit fa605b7

Please sign in to comment.