Skip to content

Commit

Permalink
fix: enable ethereum-types/rlp on rlp feature
Browse files Browse the repository at this point in the history
  • Loading branch information
gakonst authored and vkgnosis committed Sep 14, 2021
1 parent 8bd90d1 commit 555a4b8
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions ethabi/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ paste = "1"
default = [
"std",
"full-serde",
"rlp",
]
std = [
"anyhow/std",
Expand All @@ -49,3 +50,7 @@ full-serde = [
"uint",
"ethereum-types/serialize",
]

rlp = [
"ethereum-types/rlp",
]

0 comments on commit 555a4b8

Please sign in to comment.