Skip to content

Commit 210c6e1

Browse files
authored
Update features used for crate ethereum
1 parent a94132a commit 210c6e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tracing/shared/primitives/rpc/debug/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ version = "0.1.0"
99

1010
[dependencies]
1111
environmental = { workspace = true }
12-
ethereum = { workspace = true, features = [ "with-codec" ] }
12+
ethereum = { workspace = true, features = [ "with-scale" ] }
1313
ethereum-types = { workspace = true }
1414
hex = { workspace = true, optional = true, features = [ "serde" ] }
1515
serde = { workspace = true, optional = true, features = [ "derive" ] }

0 commit comments

Comments
 (0)