Skip to content

Commit

Permalink
add feature to dev dep
Browse files Browse the repository at this point in the history
  • Loading branch information
xqft committed Nov 22, 2024
1 parent 270338d commit faf8d8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/l2/prover/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ revm = { version = "14.0.3", features = [
], default-features = false }

[dev-dependencies]
ethrex-vm.workspace = true
ethrex-vm = { path = "../../crates/vm", features = ["l2"] }
ethrex-storage.workspace = true
ethrex-blockchain.workspace = true

Expand Down

0 comments on commit faf8d8e

Please sign in to comment.