Skip to content

Commit e95f59b

Browse files
committed
chore: remove alloy-evm -> alloy-evm dependency
1 parent 00b2a59 commit e95f59b

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

crates/evm/Cargo.toml

-2
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ derive_more.workspace = true
2828
thiserror.workspace = true
2929

3030
[dev-dependencies]
31-
alloy-evm = { workspace = true, features = ["std"] }
3231
alloy-primitives = { workspace = true, features = ["serde"] }
3332
serde_json.workspace = true
3433

@@ -39,7 +38,6 @@ std = [
3938
"revm/std",
4039
"alloy-consensus/std",
4140
"alloy-eips/std",
42-
"alloy-evm/std",
4341
"alloy-sol-types/std",
4442
"derive_more/std",
4543
"op-revm?/std",

0 commit comments

Comments
 (0)